stress-ng: 0.15.10 -> 0.16.04

This commit is contained in:
R. Ryantm 2023-08-17 06:47:31 +00:00
parent bc9b484db8
commit 43475f181c

View File

@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
pname = "stress-ng";
version = "0.15.10";
version = "0.16.04";
src = fetchFromGitHub {
owner = "ColinIanKing";
repo = pname;
rev = "V${version}";
hash = "sha256-JRdqbZAWcPBNspziM/qo2ioIaJOrMgLmx10w7NNaps0=";
hash = "sha256-Qr1t+xyl0aS2tSB+DyS7oXOkbcJRaSabS6g/qc8hdWc=";
};
postPatch = ''