1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 03:30:45 +00:00

Merge pull request #262657 from r-ryantm/auto-update/vault-ssh-plus

vault-ssh-plus: 0.7.2 -> 0.7.3
This commit is contained in:
Thomas Gerbet 2023-10-22 11:24:24 +02:00 committed by GitHub
commit afa079e1b8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,16 +8,16 @@
}:
buildGoModule rec {
pname = "vault-ssh-plus";
version = "0.7.2";
version = "0.7.3";
src = fetchFromGitHub {
owner = "isometry";
repo = pname;
rev = "v${version}";
hash = "sha256-t987QIMXrG+p+mmRnVrYnhvsmkqCFe/qe1AEtzKArnY=";
hash = "sha256-IRmFC5WsLmHfPjS/jW5V7dNF5rNvmsh3YKwW7rGII24=";
};
vendorHash = "sha256-VUsy4z1kIK6TDb5RYNwgDsoqjO6bsTNrXVMO7IXkjO4=";
vendorHash = "sha256-cuU7rEpJrwrbiXLajdv4h6GePbpZclweyB9qZ3SIjP0=";
nativeBuildInputs = [ makeWrapper ];