about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2016-04-29 19:56:00 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2016-04-29 21:42:35 +0200
commitd51a55366efc925d4fbd0bbd3e829cae516766e4 (patch)
tree23ac908a7c06fef43cf1ce2b12b510b5fd495127 /pkgs/tools
parent2415254a52dc9edf798ce2a7d08bffd3305ec55b (diff)
downloadnixlib-d51a55366efc925d4fbd0bbd3e829cae516766e4.tar
nixlib-d51a55366efc925d4fbd0bbd3e829cae516766e4.tar.gz
nixlib-d51a55366efc925d4fbd0bbd3e829cae516766e4.tar.bz2
nixlib-d51a55366efc925d4fbd0bbd3e829cae516766e4.tar.lz
nixlib-d51a55366efc925d4fbd0bbd3e829cae516766e4.tar.xz
nixlib-d51a55366efc925d4fbd0bbd3e829cae516766e4.tar.zst
nixlib-d51a55366efc925d4fbd0bbd3e829cae516766e4.zip
stress-ng: 0.05.00 -> 0.05.25
Diffstat (limited to 'pkgs/tools')
-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..17384da98819 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.25";
 
   src = fetchurl {
-    sha256 = "0ppri86z6fj48nm5l0x1r8mh7mwaf7bvhmi10jz6a8w7apnc181w";
+    sha256 = "13c94g06aswlhbv0cpsdrzym9jmbabkdm949j3h935gfdl1625v5";
     url = "http://kernel.ubuntu.com/~cking/tarballs/stress-ng/${name}.tar.gz";
   };