about summary refs log tree commit diff
path: root/pkgs/tools/system
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-04-05 07:56:21 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-04-05 07:56:21 +0000
commitc0e1530d6a19790c924584b44c05826505fe7dc9 (patch)
treefe2252df18e523a9a0227a31dd63c9cc87c59494 /pkgs/tools/system
parentef1beb6b2c6d36377b73978f41a20ef0a731ee12 (diff)
stress-ng: 0.17.06 -> 0.17.07
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 81e80bd5e8301..0e87cbffd0504 100644
--- a/pkgs/tools/system/stress-ng/default.nix
+++ b/pkgs/tools/system/stress-ng/default.nix
@@ -4,13 +4,13 @@
 
 stdenv.mkDerivation rec {
   pname = "stress-ng";
-  version = "0.17.06";
+  version = "0.17.07";
 
   src = fetchFromGitHub {
     owner = "ColinIanKing";
     repo = pname;
     rev = "V${version}";
-    hash = "sha256-69Ckl3n09J25Y0hzkH/RV9hJNlSfYfoxTdWiD5gBlQQ=";
+    hash = "sha256-eXDCzyZ/YeumHjuLpr6stkWkApwfi8ExDx3uZTVa/cs=";
   };
 
   postPatch = ''