0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

stress-ng: 0.18.12 -> 0.19.00

This commit is contained in:
R. Ryantm 2025-05-01 13:18:18 +00:00
parent 72d7521374
commit e4f2f56d7e

View file

@ -18,13 +18,13 @@
stdenv.mkDerivation rec {
pname = "stress-ng";
version = "0.18.12";
version = "0.19.00";
src = fetchFromGitHub {
owner = "ColinIanKing";
repo = "stress-ng";
rev = "V${version}";
hash = "sha256-utMX7bKtE2zdbOjzkwF+0Ry8Og4nSc7s4WIPYfUmQ/I=";
hash = "sha256-CbGbGGWZDil7l04KNuizlAu9IACdtbHR5rrn39AAhio=";
};
postPatch = ''