From 1c54a7b316489312afdf927fafd2532baa6ba052 Mon Sep 17 00:00:00 2001 From: June Date: Mon, 15 Jan 2024 22:38:00 +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 f418f1b..90b10d9 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 = "42a012239fc7004c120a74c555a48202f5775bac"; + rev = "7ac8e91cc2d4523fe286025258ea38e1d94360a3"; }; spaceapid = pkgs.buildGoModule { pname = "spaceapid";