forked from CCCHH/nix-infra
Update spaceapid to latest commit and use correct logo URL
This commit is contained in:
parent
b229494eac
commit
bc6af32a36
|
@ -4,7 +4,7 @@
|
||||||
"14"
|
"14"
|
||||||
],
|
],
|
||||||
"space": "CCCHH",
|
"space": "CCCHH",
|
||||||
"logo": "https://next.hamburg.ccc.de/images/logo.svg",
|
"logo": "https://hamburg.ccc.de/images/logo.svg",
|
||||||
"ext_ccc": "erfa",
|
"ext_ccc": "erfa",
|
||||||
"url": "https://hamburg.ccc.de/",
|
"url": "https://hamburg.ccc.de/",
|
||||||
"location": {
|
"location": {
|
||||||
|
|
|
@ -4,7 +4,7 @@ let
|
||||||
spaceapidSrc = builtins.fetchGit {
|
spaceapidSrc = builtins.fetchGit {
|
||||||
url = "https://git.hamburg.ccc.de/CCCHH/spaceapid.git";
|
url = "https://git.hamburg.ccc.de/CCCHH/spaceapid.git";
|
||||||
ref = "main";
|
ref = "main";
|
||||||
rev = "bbeb0d0e2b4538faed275b9891fb55149bc3a2f8";
|
rev = "17753f535c68157e80f30f50deb488133cc98258";
|
||||||
};
|
};
|
||||||
spaceapid = pkgs.buildGoModule rec {
|
spaceapid = pkgs.buildGoModule rec {
|
||||||
pname = "spaceapid";
|
pname = "spaceapid";
|
||||||
|
|
Loading…
Reference in a new issue