about summary refs log tree commit diff
path: root/pkgs/tools/misc/watchexec
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2021-04-17 04:20:00 +0000
committerMario Rodas <marsam@users.noreply.github.com>2021-04-17 04:20:00 +0000
commitde1907ef124482459e982d5185dd3aa4b0faacd3 (patch)
treec67a41913233615da2b99e1a2fe5f00c7d248396 /pkgs/tools/misc/watchexec
parent6279b1b2b61dbc8ef2901b18d436a64d853f6747 (diff)
watchexec: 1.15.0 -> 1.15.1
https://github.com/watchexec/watchexec/releases/tag/1.15.1
Diffstat (limited to 'pkgs/tools/misc/watchexec')
-rw-r--r--pkgs/tools/misc/watchexec/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/misc/watchexec/default.nix b/pkgs/tools/misc/watchexec/default.nix
index 5a264db2d4d2b..ce525dd98dd66 100644
--- a/pkgs/tools/misc/watchexec/default.nix
+++ b/pkgs/tools/misc/watchexec/default.nix
@@ -2,16 +2,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "watchexec";
-  version = "1.15.0";
+  version = "1.15.1";
 
   src = fetchFromGitHub {
     owner = pname;
     repo = pname;
     rev = version;
-    sha256 = "1b0ds04q4g8xcgwkziwb5hsi7v73w9y0prvhxz880zzh930652n2";
+    sha256 = "1xznhfljvsvc0ykv5h1wg31n93v96lvhbxfhavxivq3b0xh5vxrw";
   };
 
-  cargoSha256 = "0jpfgyz5l4fdb5cnqmadzjzrvc6dwgray4b0mx80pghpjw8a8qfb";
+  cargoSha256 = "00dampnsnpzmchjcn0j5zslx17i0qgrv99gq772n0683m1l2lfq3";
 
   nativeBuildInputs = [ installShellFiles ];