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

stress-ng: 0.17.01 -> 0.17.02
This commit is contained in:
Maximilian Bosch
2023-12-10 23:48:43 +01:00
committed by GitHub
+2 -2
View File
@@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
pname = "stress-ng";
version = "0.17.01";
version = "0.17.02";
src = fetchFromGitHub {
owner = "ColinIanKing";
repo = pname;
rev = "V${version}";
hash = "sha256-hTwA0BT8r54Gnyf/itP2onQE6zhNEoejseuIEwvx4D8=";
hash = "sha256-9pdTxGH9Oghg0Brxi6v/3ghsuT2aX/bAGVQPNjik3Zk=";
};
postPatch = ''