From c51958d617b1aa95a79b95ea7de3676203eb479c Mon Sep 17 00:00:00 2001 From: Quentin Smith Date: Fri, 12 Sep 2025 10:55:54 -0400 Subject: [PATCH] openafs: CellServDB 2023-10-31 -> 2025-08-16 --- pkgs/servers/openafs/cellservdb.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/servers/openafs/cellservdb.nix b/pkgs/servers/openafs/cellservdb.nix index 165a7e76d5c5..96956e1d2444 100644 --- a/pkgs/servers/openafs/cellservdb.nix +++ b/pkgs/servers/openafs/cellservdb.nix @@ -3,13 +3,13 @@ lib, }: let - version = "2023-10-31"; + version = "2025-08-16"; in fetchurl { pname = "cellservdb"; inherit version; - url = "http://dl.central.org/dl/cellservdb/CellServDB.${version}"; - hash = "sha256-fuVHhTJI5FNwObBkAoTMZvZwVY4YEMTJX8fLpOVkQsU="; + url = "https://grand.central.org/dl/cellservdb/CellServDB.${version}"; + hash = "sha256-Rb6DBb9to7x5ya2ywx+wTls2c9GQmV0v5z9rmZ78dDs="; meta = { description = "GRAND.CENTRAL.ORG Public CellServDB";