vault: 1.14.3 -> 1.14.4

Diff: https://github.com/hashicorp/vault/compare/v1.14.3...1.14.4

Changelog: https://github.com/hashicorp/vault/blob/v1.14.4/CHANGELOG.md

+2 -2
+2 -2
pkgs/tools/security/vault/default.nix
··· 6 6 7 7 buildGoModule rec { 8 8 pname = "vault"; 9 - version = "1.14.3"; 9 + version = "1.14.4"; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "hashicorp"; 13 13 repo = "vault"; 14 14 rev = "v${version}"; 15 - sha256 = "sha256-J8ZHK9zOZIo61xund4VQ46LD609B9zWgCZcD1StEu/Y="; 15 + sha256 = "sha256-E7lEKsbl2L6KhLgAZbemCaTIjbsvl3wg3oCURn/Judc="; 16 16 }; 17 17 18 18 vendorHash = "sha256-8ytAT7qVXAIfoeMyTBMJ6DiWn74sRM1WrrOYaKTlKMo=";