haveged: 1.9.18 -> 1.9.19 (#346055)

This commit is contained in:
OTABI Tomoya
2024-10-09 13:56:47 +09:00
committed by GitHub
+2 -2
View File
@@ -5,13 +5,13 @@
stdenv.mkDerivation rec {
pname = "haveged";
version = "1.9.18";
version = "1.9.19";
src = fetchFromGitHub {
owner = "jirka-h";
repo = "haveged";
rev = "v${version}";
hash = "sha256-fyL/J2A13ap582j4gdC8u63Ah67Old+BaO/CLyEeN/g=";
hash = "sha256-tq4OXLlyC6exJEZ80H1gQQRBgYGbu+3kGz99RxsyauI=";
};
strictDeps = true;