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

aws-vault: 7.9.4 -> 7.9.5

parent 17eefbfd
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -10,17 +10,17 @@
}:
buildGoModule (finalAttrs: {
  pname = "aws-vault";
  version = "7.9.4";
  version = "7.9.5";

  src = fetchFromGitHub {
    owner = "ByteNess";
    repo = "aws-vault";
    rev = "v${finalAttrs.version}";
    hash = "sha256-Tdi2kGoJ0ZwEnBvjkjZuoTTIdmsJjdMi75gwBmy+5N4=";
    hash = "sha256-MVeYKeFpGKk0asO7u5RE3arpX3x4EpF4xRCav5oj9J4=";
  };

  proxyVendor = true;
  vendorHash = "sha256-rY7UbAgv+dLnZBLFptPp7D+gYBsCj7QYM4VvH/HBdq4=";
  vendorHash = "sha256-6JgcU+NRQSQjoGxF0ByaY2h9/HZUdg8BdbHazz5m8VM=";

  nativeBuildInputs = [
    installShellFiles