Skip to content

Commit b324c31

Browse files
committed
pingvin-share: 1.10.1 -> 1.10.2
1 parent 102cb8e commit b324c31

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

pkgs/servers/pingvin-share/backend.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ buildNpmPackage {
3131
prisma
3232
];
3333

34-
npmDepsHash = "sha256-rzQG7pnu1/yebG/trPWoyrfveov0ThQN675L2G185p0=";
34+
npmDepsHash = "sha256-Np79hY7ooCFBqrL1tswq4HdITa815/DpkSfV8zrsJPQ=";
3535
makeCacheWritable = true;
3636
npmFlags = [ "--legacy-peer-deps" ];
3737

pkgs/servers/pingvin-share/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
}:
66

77
let
8-
version = "1.10.1";
8+
version = "1.10.2";
99
src = fetchFromGitHub {
1010
owner = "stonith404";
1111
repo = "pingvin-share";
1212
rev = "v${version}";
13-
hash = "sha256-q9Jy7w7o35T6aYkRogXiRm1fPWBu9u4K5zjtdkpk1Xo=";
13+
hash = "sha256-xP6XiehTbbXu9hCxF1mwb9ud/2SCnaskhz9XMtF3HKI=";
1414
};
1515
in
1616

pkgs/servers/pingvin-share/frontend.nix

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

26-
npmDepsHash = "sha256-YM/4s95iNMWQYd2ljz99js1dgb1YiD56nXDgcoxVdr8=";
26+
npmDepsHash = "sha256-ZtIQnBNK/blpm3I9fc6iulhcykcUSEaHX3D/rSr3vBo=";
2727
makeCacheWritable = true;
2828
npmFlags = [ "--legacy-peer-deps" ];
2929

0 commit comments

Comments
 (0)