fix hash
This commit is contained in:
parent
efb6bb2c56
commit
6ebd768107
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue