Skip to content

Commit 5477113

Browse files
authored
pingvin-share: 1.8.1 -> 1.9.1 (#375771)
2 parents edd38b1 + 6efdb23 commit 5477113

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

pkgs/servers/pingvin-share/backend.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ buildNpmPackage {
3131
prisma
3232
];
3333

34-
npmDepsHash = "sha256-04SWe/Ww9ZKfJZsME11+UT2VglwiWF9FpEoFFQXygxk=";
34+
npmDepsHash = "sha256-X/208utkpbWrn5S+y4HmpbzjQO+WmaXRaDRp8zOMCKM=";
3535
makeCacheWritable = true;
3636
npmFlags = [ "--legacy-peer-deps" ];
3737

pkgs/servers/pingvin-share/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
}:
66

77
let
8-
version = "1.8.1";
8+
version = "1.9.1";
99
src = fetchFromGitHub {
1010
owner = "stonith404";
1111
repo = "pingvin-share";
1212
rev = "v${version}";
13-
hash = "sha256-d34VlsYhaIMXsdb0194hF84j2aqzbtX/GKzicIa9+J0=";
13+
hash = "sha256-Yy1Ncqgl5A/0bQ9BAtOdQCCmYNL+AfShm1dDtEydO9c=";
1414
};
1515
in
1616

pkgs/servers/pingvin-share/frontend.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ buildNpmPackage {
2323
buildInputs = [ vips ];
2424
nativeBuildInputs = [ pkg-config ];
2525

26-
npmDepsHash = "sha256-J+EFv5F1twvexJHS0pcH9TQi2e6cDK3xV+iHPcuimnw=";
26+
npmDepsHash = "sha256-iZAlMDDd1zSLa7C9HoeKcIETaraEci8kaQUFLMGmMqE=";
2727
makeCacheWritable = true;
2828
npmFlags = [ "--legacy-peer-deps" ];
2929

0 commit comments

Comments
 (0)