Unverified Commit b4238d61 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

whistle: 2.9.76 -> 2.9.77
parents 07af98c0 7129d797
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.76";
  version = "2.9.77";

  src = fetchFromGitHub {
    owner = "avwo";
    repo = "whistle";
    rev = "v${version}";
    hash = "sha256-cE9I975QOuXusuRCVyhXcHJ1ItgqPKAylNMeVTSUl9Y=";
    hash = "sha256-T0w1oKQDE37Tc1BkMTpvpLEtfS18rFqjA2Z6iV+VXDA=";
  };

  npmDepsHash = "sha256-qqzmLr01rg6f1VpJlPrZ38BobVeAiEkiDk2jiXCpsX4=";
  npmDepsHash = "sha256-d8qBiRKkKQnUiVasGHp0yPp7uF6khqKnEQZZBJHaS2k=";

  dontNpmBuild = true;