Unverified Commit ba195b10 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #291497 from r-ryantm/auto-update/whistle

whistle: 2.9.64 -> 2.9.65
parents 971b878f 84e65264
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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;