whistle: 2.9.61 -> 2.9.62

This commit is contained in:
R. Ryantm
2024-01-06 03:15:15 +00:00
parent ad41959648
commit 106f8b1481
+3 -3
View File
@@ -2,16 +2,16 @@
buildNpmPackage rec {
pname = "whistle";
version = "2.9.61";
version = "2.9.62";
src = fetchFromGitHub {
owner = "avwo";
repo = "whistle";
rev = "v${version}";
hash = "sha256-q1uCN+DxYNTH2riWjnllWtiSewvYb+SRG4gh4o5Wqxg=";
hash = "sha256-sAG08hUhsd/73seBnQaSzKE/ej+c7aee34xG468gMF4=";
};
npmDepsHash = "sha256-ftBJ2ZkJOMdYXRWi2APhAoxju2tOQvLpanHLv4XMjeY=";
npmDepsHash = "sha256-2CISLLcoTkSKfpJDbLApqh3KtpIxYEjSKzUfw202Zkc=";
dontNpmBuild = true;