about summary refs log tree commit diff
path: root/pkgs/tools/system/stress-ng
diff options
context:
space:
mode:
authorKranium Gikos Mendoza <kranium@gikos.net>2016-07-15 00:06:54 +0800
committerKranium Gikos Mendoza <kranium@gikos.net>2016-07-15 00:06:54 +0800
commit121a8c064613b6ff3d5bd336f909a593f34d7f60 (patch)
treebc406362d5bc075d231175c722b933a44dcce572 /pkgs/tools/system/stress-ng
parentf76a8fbbac1af6d2a8fc13b8038e996d9c80fda8 (diff)
downloadnixlib-121a8c064613b6ff3d5bd336f909a593f34d7f60.tar
nixlib-121a8c064613b6ff3d5bd336f909a593f34d7f60.tar.gz
nixlib-121a8c064613b6ff3d5bd336f909a593f34d7f60.tar.bz2
nixlib-121a8c064613b6ff3d5bd336f909a593f34d7f60.tar.lz
nixlib-121a8c064613b6ff3d5bd336f909a593f34d7f60.tar.xz
nixlib-121a8c064613b6ff3d5bd336f909a593f34d7f60.tar.zst
nixlib-121a8c064613b6ff3d5bd336f909a593f34d7f60.zip
stress-ng: 0.06.01 -> 0.06.11
Diffstat (limited to 'pkgs/tools/system/stress-ng')
-rw-r--r--pkgs/tools/system/stress-ng/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/tools/system/stress-ng/default.nix b/pkgs/tools/system/stress-ng/default.nix
index 0d55d1e7ca8a..c45cc8a596b1 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.06.01";
+  version = "0.06.11";
 
   src = fetchurl {
-    sha256 = "1bk3sj6gyrgp5qfxiz6k7zml28m01iljgvxhp4yq391xzfyvrlg9";
+    sha256 = "0481aji9hdq8qbslrrc87r2p2pn8jxf913ac8wm5kxj02yqf7ccv";
     url = "http://kernel.ubuntu.com/~cking/tarballs/stress-ng/${name}.tar.gz";
   };
 
@@ -24,8 +24,8 @@ stdenv.mkDerivation rec {
     longDescription = ''
       Stress test a system in various selectable ways, exercising both various
       physical subsystems and various operating system kernel interfaces:
-      - over 60 different stress tests
-      - over 50 CPU specific stress tests that exercise floating point,
+      - over 130 different stress tests
+      - over 70 CPU specific stress tests that exercise floating point,
         integer, bit manipulation and control flow
       - over 20 virtual memory stress tests
       stress-ng was originally intended to make a machine work hard and trip