stress-ng: 0.18.07 -> 0.18.09

This commit is contained in:
R. Ryantm
2025-01-15 11:26:44 +00:00
parent ce2179dfeb
commit 6967de3b98
+2 -2
View File
@@ -5,13 +5,13 @@
stdenv.mkDerivation rec {
pname = "stress-ng";
version = "0.18.07";
version = "0.18.09";
src = fetchFromGitHub {
owner = "ColinIanKing";
repo = pname;
rev = "V${version}";
hash = "sha256-yfAqI2bhZtPM+8rkQXjYKJJewIJZ4kizhi3qZtp1k9k=";
hash = "sha256-Xx9IdAc2jIGGmOTzqqOzSV7ck7JjeEdXUhbSnh77oV8=";
};
postPatch = ''