stress-ng: 0.17.03 -> 0.17.04

Diff: https://github.com/ColinIanKing/stress-ng/compare/V0.17.03...V0.17.04
Changelog: https://github.com/ColinIanKing/stress-ng/raw/V0.17.04/debian/changelog
Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
This commit is contained in:
Muhammad Falak R Wani
2024-01-05 19:46:14 +05:30
parent 0db936b018
commit 0cdf1bfb5f
+2 -2
View File
@@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
pname = "stress-ng";
version = "0.17.03";
version = "0.17.04";
src = fetchFromGitHub {
owner = "ColinIanKing";
repo = pname;
rev = "V${version}";
hash = "sha256-ecYVcLtpcHlUFKdfwWBq2bwQqCp1g9zJp/maZAeKT+k=";
hash = "sha256-oD2NosZ5lswdSL1sh/nOHdRNyzrNJt+t+8r/dx9Z9/k=";
};
postPatch = ''