summaryrefslogtreecommitdiffstats
path: root/pkgs/tools
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-01-12 02:50:13 -0500
committerGitHub <noreply@github.com>2023-01-12 02:50:13 -0500
commit4d595c20d48ec4b36ae87dbd55532775eb6f4318 (patch)
treec293e88d812f9b0d3d4c51f81ab1878338339d41 /pkgs/tools
parent4e16725eac0d06885b862283e75463cbb2c57406 (diff)
parent04acdfd75e872a2c3c2a3e11d46a7bd884ef3929 (diff)
Merge pull request #210032 from r-ryantm/auto-update/stress-ng
stress-ng: 0.14.06 -> 0.15.01
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 8cc5d9599cc1..aa9ffa6f391a 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.14.06";
+ version = "0.15.01";
src = fetchFromGitHub {
owner = "ColinIanKing";
repo = pname;
rev = "V${version}";
- hash = "sha256-akWvX22oJT/V5Zvsk7AXXIFK1AjfWEzMZXAwpJCc0M0=";
+ hash = "sha256-reHO426jUI0/jGhVFfurQ5dsRol4e9YlcE7p7nZyBCU=";
};
postPatch = ''