artalk: fix ui hash

This commit is contained in:
Moraxyc 2024-09-04 13:53:43 +08:00
parent e0803e24f1
commit 3a8f76141e
No known key found for this signature in database

View File

@ -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;