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

stress-ng: 0.14.03 -> 0.14.06
This commit is contained in:
Renaud 2022-10-02 19:33:49 +02:00 committed by GitHub
commit 6221ec58af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
pname = "stress-ng";
version = "0.14.03";
version = "0.14.06";
src = fetchFromGitHub {
owner = "ColinIanKing";
repo = pname;
rev = "V${version}";
hash = "sha256-6aA0dWP6q6SJ8TYGctDE2rhDCO5QuAO4cx4J9id9hjY=";
hash = "sha256-akWvX22oJT/V5Zvsk7AXXIFK1AjfWEzMZXAwpJCc0M0=";
};
postPatch = ''