stress-ng: 0.18.05 -> 0.18.06 (#353515)

This commit is contained in:
Masum Reza 2024-11-04 22:27:36 +05:30 committed by GitHub
commit 29562e4d64
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,13 +5,13 @@
stdenv.mkDerivation rec {
pname = "stress-ng";
version = "0.18.05";
version = "0.18.06";
src = fetchFromGitHub {
owner = "ColinIanKing";
repo = pname;
rev = "V${version}";
hash = "sha256-/mg+uCUWJJBymr1trnjBdi3mRD4Q7Ril+brokysnZXI=";
hash = "sha256-zQKyVzfqDzarEhb2tlndQ60GuIkL5a2fXh86wIdWLDk=";
};
postPatch = ''