Update spaceapid to latest commit and use correct logo URL

This commit is contained in:
June 2024-04-15 17:07:50 +02:00
parent b229494eac
commit bc6af32a36
Signed by: june
SSH key fingerprint: SHA256:o9EAq4Y9N9K0pBQeBTqhSDrND5E7oB+60ZNx0U1yPe0
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@
"14"
],
"space": "CCCHH",
"logo": "https://next.hamburg.ccc.de/images/logo.svg",
"logo": "https://hamburg.ccc.de/images/logo.svg",
"ext_ccc": "erfa",
"url": "https://hamburg.ccc.de/",
"location": {

View file

@ -4,7 +4,7 @@ let
spaceapidSrc = builtins.fetchGit {
url = "https://git.hamburg.ccc.de/CCCHH/spaceapid.git";
ref = "main";
rev = "bbeb0d0e2b4538faed275b9891fb55149bc3a2f8";
rev = "17753f535c68157e80f30f50deb488133cc98258";
};
spaceapid = pkgs.buildGoModule rec {
pname = "spaceapid";