Commit b55ce7d4 authored by R. RyanTM's avatar R. RyanTM
Browse files

devbox: 0.3.4 -> 0.4.2

parent f71c25b9
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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 ];