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

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

whistle: 2.9.61 -> 2.9.62
parents 90b361e0 106f8b14
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.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;