We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5e31efe + 8e09e92 commit f2aa5c2Copy full SHA for f2aa5c2
pkgs/servers/varnish/default.nix
@@ -91,17 +91,17 @@ in
91
{
92
# EOL (LTS) TBA
93
varnish60 = common {
94
- version = "6.0.13";
95
- hash = "sha256-DcpilfnGnUenIIWYxBU4XFkMZoY+vUK/6wijZ7eIqbo=";
+ version = "6.0.14";
+ hash = "sha256-tZlBf3ppntxxYSufEJ86ot6ujvnbfIyZOu9B3kDJ72k=";
96
};
97
# EOL 2025-09-15
98
varnish76 = common {
99
- version = "7.6.2";
100
- hash = "sha256-OFxhDsxj3P61PXb0fMRl6J6+J9osCSJvmGHE+o6dLJo=";
+ version = "7.6.3";
+ hash = "sha256-JwP2Ru6JO3iEa8t91LlrKPkSX7iq9+ilaS2k3+SEVGc=";
101
102
# EOL 2026-03-15
103
varnish77 = common {
104
- version = "7.7.0";
105
- hash = "sha256-aZSPIVEfgc548JqXFdmodQ6BEWGb1gVaPIYTFaIQtOQ=";
+ version = "7.7.1";
+ hash = "sha256-TAbFyZaApCm3KTT5/VE5Y/fhuoVTszyn7BLIWlwrdRo=";
106
107
}
0 commit comments