nodemon: 3.1.7 -> 3.1.9

This commit is contained in:
R. Ryantm
2024-12-21 19:07:11 +00:00
parent 5330b2a6c5
commit 8fa73fd641
+2 -2
View File
@@ -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=";