summary refs log tree commit diff
path: root/pkgs/tools/system
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2020-08-31 12:36:21 -0500
committerGitHub <noreply@github.com>2020-08-31 12:36:21 -0500
commit283df1442f272a49e0b2de0216a5c5a82f895f98 (patch)
treedf50330680cf8155266f812ff915cd88cc5d7383 /pkgs/tools/system
parent73fd30f7729d162338923ab35d89378212dc3860 (diff)
parentb1df60642875fcdd14cb4a743919e144fe490e5b (diff)
downloadnixpkgs-283df1442f272a49e0b2de0216a5c5a82f895f98.tar
nixpkgs-283df1442f272a49e0b2de0216a5c5a82f895f98.tar.gz
nixpkgs-283df1442f272a49e0b2de0216a5c5a82f895f98.tar.bz2
nixpkgs-283df1442f272a49e0b2de0216a5c5a82f895f98.tar.lz
nixpkgs-283df1442f272a49e0b2de0216a5c5a82f895f98.tar.xz
nixpkgs-283df1442f272a49e0b2de0216a5c5a82f895f98.tar.zst
nixpkgs-283df1442f272a49e0b2de0216a5c5a82f895f98.zip
Merge pull request #96724 from r-ryantm/auto-update/stress-ng
stress-ng: 0.11.14 -> 0.11.19
Diffstat (limited to 'pkgs/tools/system')
-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 d9953b7cdb5..9939f9ea154 100644
--- a/pkgs/tools/system/stress-ng/default.nix
+++ b/pkgs/tools/system/stress-ng/default.nix
@@ -4,11 +4,11 @@
 
 stdenv.mkDerivation rec {
   pname = "stress-ng";
-  version = "0.11.14";
+  version = "0.11.19";
 
   src = fetchurl {
     url = "https://kernel.ubuntu.com/~cking/tarballs/${pname}/${pname}-${version}.tar.xz";
-    sha256 = "0sqka2ns9xqma9wa67in4vrd15q0rz62gblmzniq5i4xppykc55j";
+    sha256 = "0s08qahjc68h5qhnahmb9z19l51p5sw2pmzrlknq1j5900zpa2x5";
   };
 
   postPatch = ''