pingvin-share: 1.10.1 -> 1.10.2

This commit is contained in:
RatCornu 2025-03-07 16:58:49 +01:00
parent 102cb8e684
commit b324c31327
No known key found for this signature in database
GPG Key ID: B3BE02E379E6E8E2
3 changed files with 4 additions and 4 deletions

View File

@ -31,7 +31,7 @@ buildNpmPackage {
prisma
];
npmDepsHash = "sha256-rzQG7pnu1/yebG/trPWoyrfveov0ThQN675L2G185p0=";
npmDepsHash = "sha256-Np79hY7ooCFBqrL1tswq4HdITa815/DpkSfV8zrsJPQ=";
makeCacheWritable = true;
npmFlags = [ "--legacy-peer-deps" ];

View File

@ -5,12 +5,12 @@
}:
let
version = "1.10.1";
version = "1.10.2";
src = fetchFromGitHub {
owner = "stonith404";
repo = "pingvin-share";
rev = "v${version}";
hash = "sha256-q9Jy7w7o35T6aYkRogXiRm1fPWBu9u4K5zjtdkpk1Xo=";
hash = "sha256-xP6XiehTbbXu9hCxF1mwb9ud/2SCnaskhz9XMtF3HKI=";
};
in

View File

@ -23,7 +23,7 @@ buildNpmPackage {
buildInputs = [ vips ];
nativeBuildInputs = [ pkg-config ];
npmDepsHash = "sha256-YM/4s95iNMWQYd2ljz99js1dgb1YiD56nXDgcoxVdr8=";
npmDepsHash = "sha256-ZtIQnBNK/blpm3I9fc6iulhcykcUSEaHX3D/rSr3vBo=";
makeCacheWritable = true;
npmFlags = [ "--legacy-peer-deps" ];