Unverified Commit 735b8275 authored by er0k's avatar er0k
Browse files

aws-vault: 7.7.5 -> 7.6.5

There was a breaking change introduced in 7.7.0 on darwin platforms
using the keychain backend, as reported by @retrry. This reverts to the
last known working version, 7.6.5.
parent aa063c82
Loading
Loading
Loading
Loading
+3 −7
Original line number Diff line number Diff line
@@ -9,25 +9,21 @@
}:
buildGoModule rec {
  pname = "aws-vault";
  version = "7.7.5";
  version = "7.6.5";

  src = fetchFromGitHub {
    owner = "ByteNess";
    repo = "aws-vault";
    rev = "v${version}";
    hash = "sha256-K91GNyvtjDO6UMU9cC+TbUdMWdXrPlKLU8u5cbEMdRA=";
    hash = "sha256-2Z3gh4F29v04pV5hz4XEn1GZFLjXMBnbBghGKczoCBk=";
  };

  proxyVendor = true;
  vendorHash = "sha256-3AL3vjKqzjrzgPrLLwIgWpn1hRB6soTMbaRly/fvziA=";

  vendorHash = "sha256-nzeNwiNiDXBO9fwMVlc09Ulj/SPzxV+vrMb70PB5N+8=";
  nativeBuildInputs = [
    installShellFiles
    makeWrapper
  ];

  env.CGO_ENABLED = "0";

  postInstall = ''
    # make xdg-open overrideable at runtime
    # aws-vault uses https://github.com/skratchdot/open-golang/blob/master/open/open.go to open links