pingvin-share: 1.3.0 -> 1.4.0

This commit is contained in:
RatCornu 2024-11-18 19:37:44 +01:00
parent 7872a84d4a
commit 273837695a
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-/tzYrPzfB2TDy+o5ZGlUUbLKaEuu+YesnWFWF+VEaCM=";
npmDepsHash = "sha256-IeryDlBFG+fu0FyqlNujkF+O+YwfQm0hoMMvp/vN0IQ=";
makeCacheWritable = true;
npmFlags = [ "--legacy-peer-deps" ];

View File

@ -5,12 +5,12 @@
}:
let
version = "1.3.0";
version = "1.4.0";
src = fetchFromGitHub {
owner = "stonith404";
repo = "pingvin-share";
rev = "v${version}";
hash = "sha256-OCAuntdOdIQ3hFOoSQxoPzNSg1mz1qrNhtayXZ0Hl8o=";
hash = "sha256-5tu81kB9UDui2/n5KJLRug4IHeDihuv8+HWeo0saqAM=";
};
in

View File

@ -23,7 +23,7 @@ buildNpmPackage {
buildInputs = [ vips ];
nativeBuildInputs = [ pkg-config ];
npmDepsHash = "sha256-RBeKjljFnUwdVdIMd+huqKXvrsDp4weSgcCAIOSxeeM=";
npmDepsHash = "sha256-G9UzA/laXEiU101ehFwhi0i6PAeErNWqmb1fu4W+cII=";
makeCacheWritable = true;
npmFlags = [ "--legacy-peer-deps" ];