Skip to content

Commit ff4eb25

Browse files
committed
pingvin-share: 1.8.2 -> 1.9.0
1 parent 5041527 commit ff4eb25

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-fOrVPHEwbsZ1LfB8g3F0//G/mqe8OqfveAbZ2AvWbfk=";
34+
npmDepsHash = "sha256-hjdwAAb0mMabMD8LzQHPl69kn3gmRHnqBoyRJvN5P0w=";
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.2";
8+
version = "1.9.0";
99
src = fetchFromGitHub {
1010
owner = "stonith404";
1111
repo = "pingvin-share";
1212
rev = "v${version}";
13-
hash = "sha256-GlI/ilr95EOW2dOnZ5nmH0mkGp0rrTFj3tpnGTM2sJ8=";
13+
hash = "sha256-Ekpx4EwhgBU7Kut4ykygIrMhYoYwCZnuUEyNJuv0nvk=";
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-qklDx6zHBRMYLMQHGHvAhSy4oNavpNvaLiDYtUyZG4M=";
26+
npmDepsHash = "sha256-gKP7jIAk/f+r+YuHtO26qVsC/Z/jc6E32r+pmyl0He8=";
2727
makeCacheWritable = true;
2828
npmFlags = [ "--legacy-peer-deps" ];
2929

0 commit comments

Comments
 (0)