mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
artalk: fix ui hash
This commit is contained in:
parent
e0803e24f1
commit
3a8f76141e
@ -21,7 +21,7 @@ buildGoModule rec {
|
||||
};
|
||||
web = fetchurl {
|
||||
url = "https://github.com/${src.owner}/${src.repo}/releases/download/v${version}/artalk_ui.tar.gz";
|
||||
hash = "sha256-3Rg5mCFigLkZ+X8Fxe6A16THd9j6hcTYMEAKU1SrLMw=";
|
||||
hash = "sha256-Cx3fDpnl52kwILzH9BBLfsWe5qEbIl/ecJd1wJEB/Hc=";
|
||||
};
|
||||
|
||||
CGO_ENABLED = 1;
|
||||
|
Loading…
Reference in New Issue
Block a user