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