Merge pull request #278935 from mfrw/mfrw/stress-ng-0.17.04

stress-ng: 0.17.03 -> 0.17.04
This commit is contained in:
Maximilian Bosch
2024-01-06 15:44:46 +01:00
committed by GitHub
+2 -2
View File
@@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
pname = "stress-ng";
version = "0.17.03";
version = "0.17.04";
src = fetchFromGitHub {
owner = "ColinIanKing";
repo = pname;
rev = "V${version}";
hash = "sha256-ecYVcLtpcHlUFKdfwWBq2bwQqCp1g9zJp/maZAeKT+k=";
hash = "sha256-oD2NosZ5lswdSL1sh/nOHdRNyzrNJt+t+8r/dx9Z9/k=";
};
postPatch = ''