pingvin-share: 1.8.0 -> 1.8.1

This commit is contained in:
weriomat 2025-01-15 18:00:52 +01:00
parent df4f2989a8
commit 53b6c10a53
No known key found for this signature in database
GPG Key ID: A05E8CCB5F6FC19A
3 changed files with 4 additions and 4 deletions

View File

@ -31,7 +31,7 @@ buildNpmPackage {
prisma
];
npmDepsHash = "sha256-zzN4r2hednmm5DFnK/RRTKPq0vWiGhG+WyNTPNNP1vc=";
npmDepsHash = "sha256-04SWe/Ww9ZKfJZsME11+UT2VglwiWF9FpEoFFQXygxk=";
makeCacheWritable = true;
npmFlags = [ "--legacy-peer-deps" ];

View File

@ -5,12 +5,12 @@
}:
let
version = "1.8.0";
version = "1.8.1";
src = fetchFromGitHub {
owner = "stonith404";
repo = "pingvin-share";
rev = "v${version}";
hash = "sha256-cgB2cnpWdQFqdz9Lxyl87MOvhELge0YwwY0AoKqL8BU=";
hash = "sha256-d34VlsYhaIMXsdb0194hF84j2aqzbtX/GKzicIa9+J0=";
};
in

View File

@ -23,7 +23,7 @@ buildNpmPackage {
buildInputs = [ vips ];
nativeBuildInputs = [ pkg-config ];
npmDepsHash = "sha256-wQIQHRVj8weUh/VOBdYVr8Q4ZE9u4rGJbQr0+NE6XG0=";
npmDepsHash = "sha256-J+EFv5F1twvexJHS0pcH9TQi2e6cDK3xV+iHPcuimnw=";
makeCacheWritable = true;
npmFlags = [ "--legacy-peer-deps" ];