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-01-25 23:40:34 +0100
committerTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2015-01-25 23:40:34 +0100
commitf59ba9a4a6b89851fe7039302f48c24ee1224824 (patch)
tree684449bc39bc70ecd86f9ffcc27ebc1c8e712fc1 /pkgs/tools/system/stress-ng
parent61816b06e7f908c1f33c01312218e495f23426f1 (diff)
downloadnixlib-f59ba9a4a6b89851fe7039302f48c24ee1224824.tar
nixlib-f59ba9a4a6b89851fe7039302f48c24ee1224824.tar.gz
nixlib-f59ba9a4a6b89851fe7039302f48c24ee1224824.tar.bz2
nixlib-f59ba9a4a6b89851fe7039302f48c24ee1224824.tar.lz
nixlib-f59ba9a4a6b89851fe7039302f48c24ee1224824.tar.xz
nixlib-f59ba9a4a6b89851fe7039302f48c24ee1224824.tar.zst
nixlib-f59ba9a4a6b89851fe7039302f48c24ee1224824.zip
Update stress-ng 0.03.10 -> 0.03.11
Diffstat (limited to 'pkgs/tools/system/stress-ng')
-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 42958d71cb93..9b8db03b73e6 100644
--- a/pkgs/tools/system/stress-ng/default.nix
+++ b/pkgs/tools/system/stress-ng/default.nix
@@ -1,12 +1,12 @@
 { stdenv, fetchurl }:
 
 stdenv.mkDerivation rec {
-  version = "0.03.10";
+  version = "0.03.11";
   name = "stress-ng-${version}";
 
   src = fetchurl {
     url = "http://kernel.ubuntu.com/~cking/tarballs/stress-ng/${name}.tar.gz";
-    sha256 = "1l8dmsnss15s78b8npwhgc6jyi6bfjbgmk4pgfvr1n6z2xgaw43l";
+    sha256 = "01pshnqb75c0g4pwcz5i1gh2a6ijy3dlz8drb0i0p6n6l3fpgmar";
   };
 
   patchPhase = ''