Skip to content

Commit 62aa00d

Browse files
pingvin-share: 1.10.2 -> 1.11.1 (NixOS#397885)
2 parents 2ec212b + 6ce3f96 commit 62aa00d

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-Np79hY7ooCFBqrL1tswq4HdITa815/DpkSfV8zrsJPQ=";
34+
npmDepsHash = "sha256-o++v2dy9Cq2DW1owY8ea2wRr8wxr0bzuswd3ljM5Rbg=";
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.10.2";
8+
version = "1.11.1";
99
src = fetchFromGitHub {
1010
owner = "stonith404";
1111
repo = "pingvin-share";
1212
rev = "v${version}";
13-
hash = "sha256-xP6XiehTbbXu9hCxF1mwb9ud/2SCnaskhz9XMtF3HKI=";
13+
hash = "sha256-ye26VyfeKcQk1gTLxVqsYmrqK0nqmU2Cl+fIrWdryLQ=";
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-ZtIQnBNK/blpm3I9fc6iulhcykcUSEaHX3D/rSr3vBo=";
26+
npmDepsHash = "sha256-OLlh1YLS+fKw9Mcc2y724+WyK/j80McM2nGDLf2UzPA=";
2727
makeCacheWritable = true;
2828
npmFlags = [ "--legacy-peer-deps" ];
2929

0 commit comments

Comments
 (0)