We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53c766a commit ac8ddefCopy full SHA for ac8ddef
pkgs/by-name/sn/snapweb/package.nix
@@ -8,16 +8,16 @@
8
9
buildNpmPackage rec {
10
pname = "snapweb";
11
- version = "0.9.0";
+ version = "0.9.1";
12
13
src = fetchFromGitHub {
14
owner = "badaix";
15
repo = "snapweb";
16
rev = "v${version}";
17
- hash = "sha256-vil7HzP2KtdhFCxW12ah3EN3PxTE0ypctGPQbHT4M98=";
+ hash = "sha256-vrPmN06dLEoz7vFrH8kOdudg9FQcd1BpMWKpU6kZrzE=";
18
};
19
20
- npmDepsHash = "sha256-/gsdiAbxI2Wr1dzT8jGxoNx1hts1dVcTRKTj+5gFy0Y=";
+ npmDepsHash = "sha256-VDGoZ6XgVtr7xePXmfW4Vk6iTZv1HRx7bjsS+Qauz3U=";
21
22
# For 'sharp' dependency, otherwise it will try to build it
23
nativeBuildInputs = [ pkg-config ];
0 commit comments