diff --git a/utils/pkgs/sysbox.nix b/utils/pkgs/sysbox.nix index ad30f01..f13416c 100644 --- a/utils/pkgs/sysbox.nix +++ b/utils/pkgs/sysbox.nix @@ -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;