haveged: 1.9.19 -> 1.9.20 (#514912)

This commit is contained in:
Nick Cao
2026-04-30 19:23:16 +00:00
committed by GitHub
+2 -2
View File
@@ -6,13 +6,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "haveged";
version = "1.9.19";
version = "1.9.20";
src = fetchFromGitHub {
owner = "jirka-h";
repo = "haveged";
rev = "v${finalAttrs.version}";
hash = "sha256-tq4OXLlyC6exJEZ80H1gQQRBgYGbu+3kGz99RxsyauI=";
hash = "sha256-7ymilQktEsCUTujGC2KTXN5LI2KQRbAd/4tEMxOZxpo=";
};
strictDeps = true;