stress-ng: 0.15.03 -> 0.15.05

This commit is contained in:
R. Ryantm 2023-03-12 10:54:38 +00:00
parent 651e4175cf
commit b533639bd3

View file

@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
pname = "stress-ng";
version = "0.15.03";
version = "0.15.05";
src = fetchFromGitHub {
owner = "ColinIanKing";
repo = pname;
rev = "V${version}";
hash = "sha256-ryZoW2N93f1jDNF+qZ8y9brPGrTLiOFi2ciIEh1Lt1c=";
hash = "sha256-MyV2GocnmZ9BqHq5ibjHenks5aSJkKdpqUXIDPxjfms=";
};
postPatch = ''