summary refs log tree commit diff
path: root/pkgs/tools/system
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2015-02-24 13:29:05 +0100
committerTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2015-02-25 16:27:02 +0100
commit04b8bd0d504d84a563d31b6456c6aa5282b2409c (patch)
tree3110c69ed6b3616398ddc41dc6aba93e110bf5f8 /pkgs/tools/system
parent586b9d9525664f11c1442ee222885bd7df78f508 (diff)
downloadnixpkgs-04b8bd0d504d84a563d31b6456c6aa5282b2409c.tar
nixpkgs-04b8bd0d504d84a563d31b6456c6aa5282b2409c.tar.gz
nixpkgs-04b8bd0d504d84a563d31b6456c6aa5282b2409c.tar.bz2
nixpkgs-04b8bd0d504d84a563d31b6456c6aa5282b2409c.tar.lz
nixpkgs-04b8bd0d504d84a563d31b6456c6aa5282b2409c.tar.xz
nixpkgs-04b8bd0d504d84a563d31b6456c6aa5282b2409c.tar.zst
nixpkgs-04b8bd0d504d84a563d31b6456c6aa5282b2409c.zip
stress-ng 0.03.18 -> 0.03.19
Diffstat (limited to 'pkgs/tools/system')
-rw-r--r--pkgs/tools/system/stress-ng/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/system/stress-ng/default.nix b/pkgs/tools/system/stress-ng/default.nix
index b5380d083cf..d7220e062a6 100644
--- a/pkgs/tools/system/stress-ng/default.nix
+++ b/pkgs/tools/system/stress-ng/default.nix
@@ -1,11 +1,11 @@
 { stdenv, fetchurl }:
 
-let version = "0.03.18"; in
+let version = "0.03.19"; in
 stdenv.mkDerivation rec {
   name = "stress-ng-${version}";
 
   src = fetchurl {
-    sha256 = "0v71h92zfr0n53ws413r4mn9xhh8mavcw9iwhdibxlsn33zhbb4p";
+    sha256 = "1icr9gk0zm2hhn19xg57x0509w4jz4mf72hsyy6nadzn9426ssaq";
     url = "http://kernel.ubuntu.com/~cking/tarballs/stress-ng/${name}.tar.gz";
   };