Unverified Commit 69a02d45 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

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

devbox: 0.7.1 -> 0.8.2
parents 9bb9cc02 6a34cdca
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -5,13 +5,13 @@
}:
buildGoModule rec {
  pname = "devbox";
  version = "0.7.1";
  version = "0.8.2";

  src = fetchFromGitHub {
    owner = "jetpack-io";
    repo = pname;
    rev = version;
    hash = "sha256-xjmxikIcR3v5lpxq7w2p0bukPunUTYH/HTQhy9fAOz8=";
    hash = "sha256-Hh4SfmdR7hujc6Ty+ay8uyl1vkjYuxwa5J5RacqHOAE=";
  };

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

  vendorHash = "sha256-fDh+6aBrHUqioNbgufFiD5c4i8SGAYrUuFXgTVmhrRE=";
  vendorHash = "sha256-SVChgkPgqhApWDNA1me41zS0hXd1G2oFrL/SsnFiIsg=";

  nativeBuildInputs = [ installShellFiles ];