Merge pull request from r-ryantm/auto-update/stress-ng

stress-ng: 0.17.05 -> 0.17.06
This commit is contained in:
Weijia Wang 2024-03-17 01:28:12 +01:00 committed by GitHub
commit 07b523cca9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
pname = "stress-ng";
version = "0.17.05";
version = "0.17.06";
src = fetchFromGitHub {
owner = "ColinIanKing";
repo = pname;
rev = "V${version}";
hash = "sha256-TlMLCDwFJGEEttdP9Wc0KAtj9Na1NC5E5e2VsTQugG4=";
hash = "sha256-69Ckl3n09J25Y0hzkH/RV9hJNlSfYfoxTdWiD5gBlQQ=";
};
postPatch = ''