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

devbox: 0.6.0 -> 0.7.1

parent 6c5458cf
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -5,13 +5,13 @@
}:
buildGoModule rec {
  pname = "devbox";
  version = "0.6.0";
  version = "0.7.1";

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

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

  vendorHash = "sha256-IwAZA0/i9I/Ylz7M5SZ/nJ6nMkiT6aEM9dAGPnCzyAk=";
  vendorHash = "sha256-fDh+6aBrHUqioNbgufFiD5c4i8SGAYrUuFXgTVmhrRE=";

  nativeBuildInputs = [ installShellFiles ];