about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPol Dellaiera <pol.dellaiera@protonmail.com>2024-06-29 08:30:26 +0200
committerGitHub <noreply@github.com>2024-06-29 08:30:26 +0200
commit3c2eabf5a1682f1ea721bc43e58faf652ec3112d (patch)
treec6755c369822bd598c026e3964d3a47a01a5e46e
parent563b8d9066b6bc337467ffb5206b5ba053868839 (diff)
parent1b3df1d5b47af5b2470d46667301f2421c656d94 (diff)
Merge pull request #321933 from r-ryantm/auto-update/whistle
whistle: 2.9.73 -> 2.9.76
-rw-r--r--pkgs/by-name/wh/whistle/package.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/by-name/wh/whistle/package.nix b/pkgs/by-name/wh/whistle/package.nix
index 041442cff9255..72a3953c667cb 100644
--- a/pkgs/by-name/wh/whistle/package.nix
+++ b/pkgs/by-name/wh/whistle/package.nix
@@ -2,16 +2,16 @@
 
 buildNpmPackage rec {
   pname = "whistle";
-  version = "2.9.73";
+  version = "2.9.76";
 
   src = fetchFromGitHub {
     owner = "avwo";
     repo = "whistle";
     rev = "v${version}";
-    hash = "sha256-KDw6axnjwMnXeTKaG2GIF2C4dKiZ/MW2q0SlZGlBIoI=";
+    hash = "sha256-cE9I975QOuXusuRCVyhXcHJ1ItgqPKAylNMeVTSUl9Y=";
   };
 
-  npmDepsHash = "sha256-U7gZNKUIU3wS8DaVdxi1/Ik+dzwPfyoI3m//2MgPvt4=";
+  npmDepsHash = "sha256-qqzmLr01rg6f1VpJlPrZ38BobVeAiEkiDk2jiXCpsX4=";
 
   dontNpmBuild = true;