Skip to content

Commit

Permalink
jake: 10.8.7 -> 10.9.1 (#348107)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Oct 16, 2024
2 parents ef820f8 + 1ea6d6b commit f678419
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/jake/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@

buildNpmPackage rec {
pname = "jake";
version = "10.8.7";
version = "10.9.1";

src = fetchFromGitHub {
owner = "jakejs";
repo = "jake";
rev = "v${version}";
hash = "sha256-Qado9huQx9MVTFp8t7szB+IUVNWQqT/ni62JnURQqeM=";
hash = "sha256-rYWr/ACr14/WE88Gk6Kpyl2pq1XRHSfZGXHrwbGC8hQ=";
};

npmDepsHash = "sha256-3pOFrH/em/HMTswrZLAeqPAb9U0/odcZPt4AkQkMhZM=";
npmDepsHash = "sha256-BwOfPRiVMpFo9tG9oY2r82w2g3y/7sL3PD5epd2igmI=";

dontNpmBuild = true;

Expand Down

0 comments on commit f678419

Please sign in to comment.