summary refs log tree commit diff
path: root/pkgs/tools/system
diff options
context:
space:
mode:
authorRobin Gloster <mail@glob.in>2016-02-21 10:23:57 +0000
committerRobin Gloster <mail@glob.in>2016-02-21 10:23:57 +0000
commit289599367d5aae16e6e1bd360fc297deca5058ed (patch)
tree7e7cbda67e810d767f0564662a989dccc539448f /pkgs/tools/system
parent58c377b9aa7a54f6e3f216c228a8556dff9a6929 (diff)
downloadnixlib-289599367d5aae16e6e1bd360fc297deca5058ed.tar
nixlib-289599367d5aae16e6e1bd360fc297deca5058ed.tar.gz
nixlib-289599367d5aae16e6e1bd360fc297deca5058ed.tar.bz2
nixlib-289599367d5aae16e6e1bd360fc297deca5058ed.tar.lz
nixlib-289599367d5aae16e6e1bd360fc297deca5058ed.tar.xz
nixlib-289599367d5aae16e6e1bd360fc297deca5058ed.tar.zst
nixlib-289599367d5aae16e6e1bd360fc297deca5058ed.zip
stress-ng: 0.05.00 -> 0.05.18
fixes build after broken hash
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 a973d143fa97..692fd250f836 100644
--- a/pkgs/tools/system/stress-ng/default.nix
+++ b/pkgs/tools/system/stress-ng/default.nix
@@ -2,10 +2,10 @@
 
 stdenv.mkDerivation rec {
   name = "stress-ng-${version}";
-  version = "0.05.00";
+  version = "0.05.18";
 
   src = fetchurl {
-    sha256 = "0ppri86z6fj48nm5l0x1r8mh7mwaf7bvhmi10jz6a8w7apnc181w";
+    sha256 = "13x0cc4gfakz7vikc6b2vjbk1gw5awyp9i6843di7lnkx1ba177r";
     url = "http://kernel.ubuntu.com/~cking/tarballs/stress-ng/${name}.tar.gz";
   };