snapweb: 0.9.0 -> 0.9.1

This commit is contained in:
R. Ryantm
2025-08-03 12:53:45 +00:00
parent 53c766aff1
commit ac8ddefcca
+3 -3
View File
@@ -8,16 +8,16 @@
buildNpmPackage rec {
pname = "snapweb";
version = "0.9.0";
version = "0.9.1";
src = fetchFromGitHub {
owner = "badaix";
repo = "snapweb";
rev = "v${version}";
hash = "sha256-vil7HzP2KtdhFCxW12ah3EN3PxTE0ypctGPQbHT4M98=";
hash = "sha256-vrPmN06dLEoz7vFrH8kOdudg9FQcd1BpMWKpU6kZrzE=";
};
npmDepsHash = "sha256-/gsdiAbxI2Wr1dzT8jGxoNx1hts1dVcTRKTj+5gFy0Y=";
npmDepsHash = "sha256-VDGoZ6XgVtr7xePXmfW4Vk6iTZv1HRx7bjsS+Qauz3U=";
# For 'sharp' dependency, otherwise it will try to build it
nativeBuildInputs = [ pkg-config ];