about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2020-01-31 04:20:00 -0500
committerMario Rodas <marsam@users.noreply.github.com>2020-01-31 04:20:00 -0500
commit77f2d9bf1c1b4c7d7108ab463df53b17ff11bfc5 (patch)
tree6bb388f9b9892326735d030bb5063157de4bcbdb
parent9435db4415584a0789b4c292402d85ad5ca1584a (diff)
downloadnixlib-77f2d9bf1c1b4c7d7108ab463df53b17ff11bfc5.tar
nixlib-77f2d9bf1c1b4c7d7108ab463df53b17ff11bfc5.tar.gz
nixlib-77f2d9bf1c1b4c7d7108ab463df53b17ff11bfc5.tar.bz2
nixlib-77f2d9bf1c1b4c7d7108ab463df53b17ff11bfc5.tar.lz
nixlib-77f2d9bf1c1b4c7d7108ab463df53b17ff11bfc5.tar.xz
nixlib-77f2d9bf1c1b4c7d7108ab463df53b17ff11bfc5.tar.zst
nixlib-77f2d9bf1c1b4c7d7108ab463df53b17ff11bfc5.zip
procs: 0.9.2 -> 0.9.5
-rw-r--r--pkgs/tools/admin/procs/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/admin/procs/default.nix b/pkgs/tools/admin/procs/default.nix
index b1faa129f34b..10f327fd23d3 100644
--- a/pkgs/tools/admin/procs/default.nix
+++ b/pkgs/tools/admin/procs/default.nix
@@ -2,16 +2,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "procs";
-  version = "0.9.2";
+  version = "0.9.5";
 
   src = fetchFromGitHub {
     owner = "dalance";
     repo = pname;
     rev = "v${version}";
-    sha256 = "09n22vyqhqkk9qq91q44l8fi0ks0xyyhsxfsp9pdlnpng9s7hcdg";
+    sha256 = "1c2faw88np5dsbnd915m9a2fkx3a7xy9ii0xvacxkrv3z2zab3fc";
   };
 
-  cargoSha256 = "135h7aikwy26p30g4734w08bfab73n49bhljssw516wd62xbdk64";
+  cargoSha256 = "11wv02nn6gp32zzcd6kmsh6ky0dzyk1qqhb5vxvmq2nxhxjlddwv";
 
   buildInputs = stdenv.lib.optional stdenv.isDarwin Security;