Skip to content

Commit ac8ddef

Browse files
committed
snapweb: 0.9.0 -> 0.9.1
1 parent 53c766a commit ac8ddef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/sn/snapweb/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@
88

99
buildNpmPackage rec {
1010
pname = "snapweb";
11-
version = "0.9.0";
11+
version = "0.9.1";
1212

1313
src = fetchFromGitHub {
1414
owner = "badaix";
1515
repo = "snapweb";
1616
rev = "v${version}";
17-
hash = "sha256-vil7HzP2KtdhFCxW12ah3EN3PxTE0ypctGPQbHT4M98=";
17+
hash = "sha256-vrPmN06dLEoz7vFrH8kOdudg9FQcd1BpMWKpU6kZrzE=";
1818
};
1919

20-
npmDepsHash = "sha256-/gsdiAbxI2Wr1dzT8jGxoNx1hts1dVcTRKTj+5gFy0Y=";
20+
npmDepsHash = "sha256-VDGoZ6XgVtr7xePXmfW4Vk6iTZv1HRx7bjsS+Qauz3U=";
2121

2222
# For 'sharp' dependency, otherwise it will try to build it
2323
nativeBuildInputs = [ pkg-config ];

0 commit comments

Comments
 (0)