whistle: 2.9.102 -> 2.9.103

This commit is contained in:
R. Ryantm
2025-10-09 01:30:58 +00:00
parent 3ae8d45a09
commit bad9db840d

View File

@@ -6,16 +6,16 @@
buildNpmPackage rec { buildNpmPackage rec {
pname = "whistle"; pname = "whistle";
version = "2.9.102"; version = "2.9.103";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "avwo"; owner = "avwo";
repo = "whistle"; repo = "whistle";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-SgMiCRv/MHT5FuNnuKDaMh9DbkfuBQSiPyptpZTzF+A="; hash = "sha256-hen0LpPyJGsJTiQ+cDjLJWHThWfj7TReX3/l9YMQNPo=";
}; };
npmDepsHash = "sha256-pHvaRJeTIaoLBD4slSxAnR50Lt481CEGApGvzkl8Llc="; npmDepsHash = "sha256-HS8uc6WjQst5lkBCAKruFkTwBW68ZBPBeAwUQuaMuEk=";
dontNpmBuild = true; dontNpmBuild = true;