From eea98d66c417df6960320fc76dadf04386629c60 Mon Sep 17 00:00:00 2001 From: June Date: Mon, 15 Jan 2024 23:39:09 +0100 Subject: [PATCH] Update spaceapid --- config/hosts/public-web-static/spaceapid.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/hosts/public-web-static/spaceapid.nix b/config/hosts/public-web-static/spaceapid.nix index 90b10d9..f3aa25b 100644 --- a/config/hosts/public-web-static/spaceapid.nix +++ b/config/hosts/public-web-static/spaceapid.nix @@ -4,7 +4,7 @@ let spaceapidSrc = builtins.fetchGit { url = "https://git.hamburg.ccc.de/CCCHH/spaceapid.git"; ref = "main"; - rev = "7ac8e91cc2d4523fe286025258ea38e1d94360a3"; + rev = "cf9678d7126e1951f9e4aabaa30d7350eb76973b"; }; spaceapid = pkgs.buildGoModule { pname = "spaceapid";