unbound-full: 1.24.2 -> 1.25.0 (#514754)

This commit is contained in:
Sefa Eyeoglu
2026-04-30 20:10:46 +00:00
committed by GitHub
+2 -2
View File
@@ -57,13 +57,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "unbound";
version = "1.24.2";
version = "1.25.0";
src = fetchFromGitHub {
owner = "NLnetLabs";
repo = "unbound";
tag = "release-${finalAttrs.version}";
hash = "sha256-kyTcDmNGKJuOMZ7cxIWh6o7aasRUoAB4M0tIG81BQsE=";
hash = "sha256-BAqGNi5lfYYTQd7CPH0lssLc5/AkeuKSVEFcrF/cNyc=";
};
outputs = [