summary refs log tree commit diff
path: root/pkgs/tools/system/stress-ng
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2015-02-26 21:25:53 +0100
committerTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2015-03-01 03:30:34 +0100
commit154d3597a9931afae7e7036186e17e9f4fb50fa0 (patch)
tree3bd9a51fb36cddddba62de4d38303e25d5c0ea59 /pkgs/tools/system/stress-ng
parent362ba73ac68a1385f6e639ddfead4777767ed673 (diff)
downloadnixlib-154d3597a9931afae7e7036186e17e9f4fb50fa0.tar
nixlib-154d3597a9931afae7e7036186e17e9f4fb50fa0.tar.gz
nixlib-154d3597a9931afae7e7036186e17e9f4fb50fa0.tar.bz2
nixlib-154d3597a9931afae7e7036186e17e9f4fb50fa0.tar.lz
nixlib-154d3597a9931afae7e7036186e17e9f4fb50fa0.tar.xz
nixlib-154d3597a9931afae7e7036186e17e9f4fb50fa0.tar.zst
nixlib-154d3597a9931afae7e7036186e17e9f4fb50fa0.zip
stress-ng 0.03.19 -> 0.03.20
Diffstat (limited to 'pkgs/tools/system/stress-ng')
-rw-r--r--pkgs/tools/system/stress-ng/default.nix9
1 files changed, 4 insertions, 5 deletions
diff --git a/pkgs/tools/system/stress-ng/default.nix b/pkgs/tools/system/stress-ng/default.nix
index d7220e062a64..46cbde74a032 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.19"; in
+let version = "0.03.20"; in
 stdenv.mkDerivation rec {
   name = "stress-ng-${version}";
 
   src = fetchurl {
-    sha256 = "1icr9gk0zm2hhn19xg57x0509w4jz4mf72hsyy6nadzn9426ssaq";
+    sha256 = "0j1nppja56cgsd7vg3465y9kbxy3hl8mbyzc254qqm4z9ij1m3dg";
     url = "http://kernel.ubuntu.com/~cking/tarballs/stress-ng/${name}.tar.gz";
   };
 
@@ -20,9 +20,8 @@ stdenv.mkDerivation rec {
   meta = with stdenv.lib; {
     description = "Stress test a computer system";
     longDescription = ''
-      Stress test a computer system in various selectable ways, by exercising
-      various physical subsystems of a computer as well as the various
-      operating system kernel interfaces. Stress-ng features:
+      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,
         integer, bit manipulation and control flow