stress-ng: 0.18.07 -> 0.18.09 (#370775)

This commit is contained in:
Weijia Wang
2025-01-25 23:13:29 +01:00
committed by GitHub
+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 = ''