1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

whistle: 2.9.64 -> 2.9.65

This commit is contained in:
R. Ryantm 2024-02-26 05:59:25 +00:00
parent 75f9d4f7cf
commit 84e6526435

View file

@ -2,16 +2,16 @@
buildNpmPackage rec {
pname = "whistle";
version = "2.9.64";
version = "2.9.65";
src = fetchFromGitHub {
owner = "avwo";
repo = "whistle";
rev = "v${version}";
hash = "sha256-dK9oaTm4l170COZ8Gm6Suc821DPUYg8euIo6l+EQYEo=";
hash = "sha256-vF81Nt0gx3k7b6VO6aBpeUSnZ8Op91dYOGZRO9cdleM=";
};
npmDepsHash = "sha256-0YnWmCI0UVQPegwHEKiCmow5LA4kjQVKctWRwHW0Ufg=";
npmDepsHash = "sha256-LzetbeIqfcFbLzie4GXkNOGLTdwqYMnwZ236V5R2TNc=";
dontNpmBuild = true;