Update spaceapid to latest commit and use correct logo URL
This commit is contained in:
parent
b229494eac
commit
bc6af32a36
|
@ -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": {
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue