unbound: 1.25.0 -> 1.25.1 (#522508)

This commit is contained in:
K900
2026-05-21 07:42:39 +00:00
committed by GitHub
+2 -2
View File
@@ -57,13 +57,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "unbound";
version = "1.25.0";
version = "1.25.1";
src = fetchFromGitHub {
owner = "NLnetLabs";
repo = "unbound";
tag = "release-${finalAttrs.version}";
hash = "sha256-BAqGNi5lfYYTQd7CPH0lssLc5/AkeuKSVEFcrF/cNyc=";
hash = "sha256-1PXnxCPxoB5IrVBQIsrxiWAq+IoH7Ma9T1TTJsoTJc4=";
};
outputs = [