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-11-04 22:01:15 +0100
committerTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2015-11-04 22:02:18 +0100
commit6d7273571c8f71e49e406227206b35312074a714 (patch)
treebec1cf6a795b7b0ff49d9330def5d154a8612a33 /pkgs/tools/system/stress-ng
parent23c729f95847752b818ee11b5acb74a55202cfd6 (diff)
downloadnixlib-6d7273571c8f71e49e406227206b35312074a714.tar
nixlib-6d7273571c8f71e49e406227206b35312074a714.tar.gz
nixlib-6d7273571c8f71e49e406227206b35312074a714.tar.bz2
nixlib-6d7273571c8f71e49e406227206b35312074a714.tar.lz
nixlib-6d7273571c8f71e49e406227206b35312074a714.tar.xz
nixlib-6d7273571c8f71e49e406227206b35312074a714.tar.zst
nixlib-6d7273571c8f71e49e406227206b35312074a714.zip
stress-ng 0.04.20 -> 0.04.21
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 58f6f81da318..705fd5cb3c70 100644
--- a/pkgs/tools/system/stress-ng/default.nix
+++ b/pkgs/tools/system/stress-ng/default.nix
@@ -1,13 +1,13 @@
 { stdenv, fetchurl, attr, keyutils }:
 
 let
-  version = "0.04.20";
+  version = "0.04.21";
   name = "stress-ng-${version}";
 in stdenv.mkDerivation {
   inherit name;
 
   src = fetchurl {
-    sha256 = "0zzlnqmld804h08iabhcrj3ggm5wiry9g2jrdr33cqp44lrw402v";
+    sha256 = "01308c31dx7ln7w3r74f18c473hz9236f118b27z1js94dsya0hw";
     url = "http://kernel.ubuntu.com/~cking/tarballs/stress-ng/${name}.tar.gz";
   };