vault-ssh-plus: 0.7.1 -> 0.7.2

Changes:
https://github.com/isometry/vault-ssh-plus/releases/tag/v0.7.2
This commit is contained in:
Thomas Gerbet 2023-09-15 23:30:09 +02:00
parent 7fb1b60965
commit 2f573c4839

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 ];