File tree 3 files changed +4
-4
lines changed
pkgs/servers/pingvin-share
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ buildNpmPackage {
31
31
prisma
32
32
] ;
33
33
34
- npmDepsHash = "sha256-X/208utkpbWrn5S+y4HmpbzjQO+WmaXRaDRp8zOMCKM =" ;
34
+ npmDepsHash = "sha256-Np79hY7ooCFBqrL1tswq4HdITa815/DpkSfV8zrsJPQ =" ;
35
35
makeCacheWritable = true ;
36
36
npmFlags = [ "--legacy-peer-deps" ] ;
37
37
Original file line number Diff line number Diff line change 5
5
} :
6
6
7
7
let
8
- version = "1.9.1 " ;
8
+ version = "1.10.2 " ;
9
9
src = fetchFromGitHub {
10
10
owner = "stonith404" ;
11
11
repo = "pingvin-share" ;
12
12
rev = "v${ version } " ;
13
- hash = "sha256-Yy1Ncqgl5A/0bQ9BAtOdQCCmYNL+AfShm1dDtEydO9c =" ;
13
+ hash = "sha256-xP6XiehTbbXu9hCxF1mwb9ud/2SCnaskhz9XMtF3HKI =" ;
14
14
} ;
15
15
in
16
16
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ buildNpmPackage {
23
23
buildInputs = [ vips ] ;
24
24
nativeBuildInputs = [ pkg-config ] ;
25
25
26
- npmDepsHash = "sha256-iZAlMDDd1zSLa7C9HoeKcIETaraEci8kaQUFLMGmMqE =" ;
26
+ npmDepsHash = "sha256-ZtIQnBNK/blpm3I9fc6iulhcykcUSEaHX3D/rSr3vBo =" ;
27
27
makeCacheWritable = true ;
28
28
npmFlags = [ "--legacy-peer-deps" ] ;
29
29
You can’t perform that action at this time.
0 commit comments