Skip to content

Commit

Permalink
whistle: 2.9.90 -> 2.9.92 (NixOS#368609)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Jan 4, 2025
2 parents 8a4b7a5 + b021995 commit c6bb64e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/wh/whistle/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

buildNpmPackage rec {
pname = "whistle";
version = "2.9.90";
version = "2.9.92";

src = fetchFromGitHub {
owner = "avwo";
repo = "whistle";
rev = "v${version}";
hash = "sha256-7IqcwSLuiWO4BDxtqhveBdz96+fdlNehKlDpIWxrP4g=";
hash = "sha256-pIOVVCoyC6j8QeNDlls9EpDwKUpBLbFuxL2bMpSog5A=";
};

npmDepsHash = "sha256-2es+CpiQ/JfisTkg14nU/8MK1tV7xM9TPBVWn19z8vU=";
npmDepsHash = "sha256-z4w5JQdGuWu7z3rWYLO83uCrrSjt2wKbhRUGgrduoOc=";

dontNpmBuild = true;

Expand Down

0 comments on commit c6bb64e

Please sign in to comment.