Skip to content

Commit f2aa5c2

Browse files
authored
varnish{60,76,77} security updates (#407007)
2 parents 5e31efe + 8e09e92 commit f2aa5c2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pkgs/servers/varnish/default.nix

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -91,17 +91,17 @@ in
9191
{
9292
# EOL (LTS) TBA
9393
varnish60 = common {
94-
version = "6.0.13";
95-
hash = "sha256-DcpilfnGnUenIIWYxBU4XFkMZoY+vUK/6wijZ7eIqbo=";
94+
version = "6.0.14";
95+
hash = "sha256-tZlBf3ppntxxYSufEJ86ot6ujvnbfIyZOu9B3kDJ72k=";
9696
};
9797
# EOL 2025-09-15
9898
varnish76 = common {
99-
version = "7.6.2";
100-
hash = "sha256-OFxhDsxj3P61PXb0fMRl6J6+J9osCSJvmGHE+o6dLJo=";
99+
version = "7.6.3";
100+
hash = "sha256-JwP2Ru6JO3iEa8t91LlrKPkSX7iq9+ilaS2k3+SEVGc=";
101101
};
102102
# EOL 2026-03-15
103103
varnish77 = common {
104-
version = "7.7.0";
105-
hash = "sha256-aZSPIVEfgc548JqXFdmodQ6BEWGb1gVaPIYTFaIQtOQ=";
104+
version = "7.7.1";
105+
hash = "sha256-TAbFyZaApCm3KTT5/VE5Y/fhuoVTszyn7BLIWlwrdRo=";
106106
};
107107
}

0 commit comments

Comments
 (0)