Skip to content

Commit

Permalink
nodemon: 3.1.7 -> 3.1.9 (#367185)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Dec 22, 2024
2 parents f327cf2 + 8fa73fd commit e7c8875
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/no/nodemon/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@

buildNpmPackage rec {
pname = "nodemon";
version = "3.1.7";
version = "3.1.9";

src = fetchFromGitHub {
owner = "remy";
repo = "nodemon";
rev = "v${version}";
hash = "sha256-1hwkPXCPBLYPsg9WwWxId/9v5KF0Iu13qWHRzYJUh+E=";
hash = "sha256-D0trs/Il7ekXXuLIsp8b9VPxQW1qqTc7DduGymv6jyU=";
};

npmDepsHash = "sha256-cZHfaUWhKZYKRe4Foc2UymZ8hTPrGLzlcXe1gMsW1pU=";
Expand Down

0 comments on commit e7c8875

Please sign in to comment.