[Backport release-26.05] haveged: 1.9.20 -> 1.9.21 (#529308)

This commit is contained in:
Thomas Gerbet 2026-06-08 07:04:19 +00:00 committed by GitHub
commit bd0ff2d3ea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,13 +6,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "haveged";
version = "1.9.20";
version = "1.9.21";
src = fetchFromGitHub {
owner = "jirka-h";
repo = "haveged";
rev = "v${finalAttrs.version}";
hash = "sha256-7ymilQktEsCUTujGC2KTXN5LI2KQRbAd/4tEMxOZxpo=";
hash = "sha256-ldJsB09xgACCI9ne10gxr2T2f20aVPXJXea32hoCYP8=";
};
strictDeps = true;