Unverified Commit 6f379b9d authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #255085 from Intuinewin/update-vault

vault: 1.14.2 -> 1.14.3
parents 6cf0eafe 2e6b8c01
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,16 +6,16 @@

buildGoModule rec {
  pname = "vault";
  version = "1.14.2";
  version = "1.14.3";

  src = fetchFromGitHub {
    owner = "hashicorp";
    repo = "vault";
    rev = "v${version}";
    sha256 = "sha256-c3WoSowF1Z0E9L8DdfOeiluYJzVnzltujE3tKlrLvPQ=";
    sha256 = "sha256-J8ZHK9zOZIo61xund4VQ46LD609B9zWgCZcD1StEu/Y=";
  };

  vendorHash = "sha256-IUMBp+2TGtp55XnHo46aX7fYRUP/8+Vhe47KqR7zUws=";
  vendorHash = "sha256-8ytAT7qVXAIfoeMyTBMJ6DiWn74sRM1WrrOYaKTlKMo=";

  proxyVendor = true;