nodemon: 3.1.9 -> 3.1.10

This commit is contained in:
R. Ryantm
2025-04-26 19:20:17 +00:00
parent 0571e373ab
commit 7da44a255b
+2 -2
View File
@@ -7,13 +7,13 @@
buildNpmPackage rec {
pname = "nodemon";
version = "3.1.9";
version = "3.1.10";
src = fetchFromGitHub {
owner = "remy";
repo = "nodemon";
rev = "v${version}";
hash = "sha256-D0trs/Il7ekXXuLIsp8b9VPxQW1qqTc7DduGymv6jyU=";
hash = "sha256-wr/HNa+iqHhlE/Qp62d1EgcwA6hsv8CsJg9NLgEa15g=";
};
npmDepsHash = "sha256-cZHfaUWhKZYKRe4Foc2UymZ8hTPrGLzlcXe1gMsW1pU=";