Unverified Commit d3740cb3 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

devbox: 0.3.3 -> 0.3.4
parents 8cb24369 26b31e21
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.3";
  version = "0.3.4";

  src = fetchFromGitHub {
    owner = "jetpack-io";
    repo = pname;
    rev = version;
    hash = "sha256-T1laFLVDtDYOA5x3zWcBU7ae1uN1cQUqLHtY36uEXOI=";
    hash = "sha256-Wm8IpXmxBm6Ifh7fV9viKAfIC8BdjN1prpUyeI9eNXE=";
  };

  ldflags = [
@@ -23,7 +23,7 @@ buildGoModule rec {
  # integration tests want file system access
  doCheck = false;

  vendorHash = "sha256-3u3qg8BojCVp0gx8ZKRv2WS5K307CnTlFjvTgrlfw8w=";
  vendorHash = "sha256-5uh1G+puVVG0A1d+R4pZfbv63zyB86ihBjzoT63Xf1s=";

  nativeBuildInputs = [ installShellFiles ];