Merge pull request #255366 from LeSuisse/vault-ssh-plus-0.7.2

vault-ssh-plus: 0.7.1 -> 0.7.2
This commit is contained in:
Fabián Heredia Montiel 2023-09-17 01:43:13 -06:00 committed by GitHub
commit 7705d25f9e
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.1";
version = "0.7.2";
src = fetchFromGitHub {
owner = "isometry";
repo = pname;
rev = "v${version}";
hash = "sha256-J2fb1sRjBxLegFVwyEIRVolaLnXvziPrlidd/n/+tU8=";
hash = "sha256-t987QIMXrG+p+mmRnVrYnhvsmkqCFe/qe1AEtzKArnY=";
};
vendorHash = "sha256-Casouw2fNg/hywx7A37VCVzQ8Gfnvf5qm6upOTUQZvA=";
vendorHash = "sha256-VUsy4z1kIK6TDb5RYNwgDsoqjO6bsTNrXVMO7IXkjO4=";
nativeBuildInputs = [ makeWrapper ];