pingvin-share: 1.8.2 -> 1.9.0

This commit is contained in:
RatCornu
2025-02-12 18:22:15 +01:00
parent 5041527458
commit ff4eb25a33
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ buildNpmPackage {
prisma
];
npmDepsHash = "sha256-fOrVPHEwbsZ1LfB8g3F0//G/mqe8OqfveAbZ2AvWbfk=";
npmDepsHash = "sha256-hjdwAAb0mMabMD8LzQHPl69kn3gmRHnqBoyRJvN5P0w=";
makeCacheWritable = true;
npmFlags = [ "--legacy-peer-deps" ];
+2 -2
View File
@@ -5,12 +5,12 @@
}:
let
version = "1.8.2";
version = "1.9.0";
src = fetchFromGitHub {
owner = "stonith404";
repo = "pingvin-share";
rev = "v${version}";
hash = "sha256-GlI/ilr95EOW2dOnZ5nmH0mkGp0rrTFj3tpnGTM2sJ8=";
hash = "sha256-Ekpx4EwhgBU7Kut4ykygIrMhYoYwCZnuUEyNJuv0nvk=";
};
in
+1 -1
View File
@@ -23,7 +23,7 @@ buildNpmPackage {
buildInputs = [ vips ];
nativeBuildInputs = [ pkg-config ];
npmDepsHash = "sha256-qklDx6zHBRMYLMQHGHvAhSy4oNavpNvaLiDYtUyZG4M=";
npmDepsHash = "sha256-gKP7jIAk/f+r+YuHtO26qVsC/Z/jc6E32r+pmyl0He8=";
makeCacheWritable = true;
npmFlags = [ "--legacy-peer-deps" ];