This commit is contained in:
2023-12-03 15:23:13 +01:00
parent efb6bb2c56
commit 6ebd768107

View File

@@ -25,7 +25,7 @@ buildGoModule rec {
# not fetching directly from the git repo, because that lacks several vendor files for the web UI
src = fetchurl {
url = "https://github.com/nestybox/sysbox/archive/refs/tags/v${version}.tar.gz";
hash = "sha256-cH/AHsFXOdvfSfj9AZUd3l/RlYE06o1ByZu0vvGQuXw=";
hash = "sha256-v1nfAZbh9vCAvi07c5oAPKcR7J7b1+Tn4odHK68nCyU=";
};
vendorHash = null;