Merge pull request #219622 from r-ryantm/auto-update/devbox

devbox: 0.3.4 -> 0.4.2
This commit is contained in:
Mario Rodas 2023-03-05 07:41:30 -05:00 committed by GitHub
commit afdfd9bd41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -5,13 +5,13 @@
}:
buildGoModule rec {
pname = "devbox";
version = "0.3.4";
version = "0.4.2";
src = fetchFromGitHub {
owner = "jetpack-io";
repo = pname;
rev = version;
hash = "sha256-Wm8IpXmxBm6Ifh7fV9viKAfIC8BdjN1prpUyeI9eNXE=";
hash = "sha256-9aGmX21TUINGDA3NB/OrGXi8W4i+b8fKS8ft8GtQxNM=";
};
ldflags = [
@ -23,7 +23,7 @@ buildGoModule rec {
# integration tests want file system access
doCheck = false;
vendorHash = "sha256-5uh1G+puVVG0A1d+R4pZfbv63zyB86ihBjzoT63Xf1s=";
vendorHash = "sha256-62cJVlrGdrBSK+yzOA4WiHvplEMuKo09qp95+aX3WY0=";
nativeBuildInputs = [ installShellFiles ];