stress-ng: 0.18.00 -> 0.18.01

This commit is contained in:
R. Ryantm
2024-07-04 10:10:27 +00:00
parent d8724afca4
commit 91b0897066
+2 -2
View File
@@ -5,13 +5,13 @@
stdenv.mkDerivation rec {
pname = "stress-ng";
version = "0.18.00";
version = "0.18.01";
src = fetchFromGitHub {
owner = "ColinIanKing";
repo = pname;
rev = "V${version}";
hash = "sha256-rZPfo5PKNXsjNuKNI7nH6JWC/enQIkvREcbgxZCoxEU=";
hash = "sha256-of+sjt8niAR/zEZTlhNP395nyoGoBFQFsHmHmCpX7NQ=";
};
postPatch = ''