pingvin-share: 1.1.3 -> 1.2.4

This commit is contained in:
RatCornu 2024-11-05 23:38:07 +01:00
parent 0a436289e1
commit 8ec0981318
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-F+pYEsaU4Rsiq1z3rwGeKznZqpITF+AoFgswhTFeXf8=";
npmDepsHash = "sha256-RedMH3zWXTNOu/15UDeATP+gWBfDvt4vhKVahL/sEKM=";
makeCacheWritable = true;
npmFlags = [ "--legacy-peer-deps" ];

View File

@ -5,12 +5,12 @@
}:
let
version = "1.1.3";
version = "1.2.4";
src = fetchFromGitHub {
owner = "stonith404";
repo = "pingvin-share";
rev = "v${version}";
hash = "sha256-n3EwmS8uKrhEuNOh55eAkEtibAerAy6AduszW4leJuI=";
hash = "sha256-hGM7xTgB+XTytnNdGNKQYd7YLAIMbBczxsrcNE3EXkc=";
};
in

View File

@ -23,7 +23,7 @@ buildNpmPackage {
buildInputs = [ vips ];
nativeBuildInputs = [ pkg-config ];
npmDepsHash = "sha256-laVAVwx/A/6TunCmmZYQKAuYqv1xTG3e1DIonj2S9IU=";
npmDepsHash = "sha256-aTarzVt+9Sn0xvAfPyoXFoHqPVjKDGv/OfLO8/RdkQw=";
makeCacheWritable = true;
npmFlags = [ "--legacy-peer-deps" ];