stress-ng: 0.17.04 -> 0.17.05

This commit is contained in:
R. Ryantm 2024-02-02 07:39:16 +00:00
parent 06da8f604e
commit 0ff47e0eb1

@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
pname = "stress-ng";
version = "0.17.04";
version = "0.17.05";
src = fetchFromGitHub {
owner = "ColinIanKing";
repo = pname;
rev = "V${version}";
hash = "sha256-oD2NosZ5lswdSL1sh/nOHdRNyzrNJt+t+8r/dx9Z9/k=";
hash = "sha256-TlMLCDwFJGEEttdP9Wc0KAtj9Na1NC5E5e2VsTQugG4=";
};
postPatch = ''