stress-ng: 0.19.00 -> 0.19.01

This commit is contained in:
R. Ryantm
2025-06-01 18:49:24 +00:00
parent 769e9c24f7
commit 092a4ade46
+2 -2
View File
@@ -18,13 +18,13 @@
stdenv.mkDerivation rec {
pname = "stress-ng";
version = "0.19.00";
version = "0.19.01";
src = fetchFromGitHub {
owner = "ColinIanKing";
repo = "stress-ng";
rev = "V${version}";
hash = "sha256-CbGbGGWZDil7l04KNuizlAu9IACdtbHR5rrn39AAhio=";
hash = "sha256-ZfL7u6OCEYnjlXlGaKFT4aemMI1b7keIf+KZdgeasfA=";
};
postPatch = ''