Merge pull request #253268 from LeSuisse/vssh-0.7.1

vault-ssh-plus: 0.7.0 -> 0.7.1
This commit is contained in:
Nick Cao 2023-09-04 10:52:01 -04:00 committed by GitHub
commit 25e9c5bb48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,16 +8,16 @@
}: }:
buildGoModule rec { buildGoModule rec {
pname = "vault-ssh-plus"; pname = "vault-ssh-plus";
version = "0.7.0"; version = "0.7.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "isometry"; owner = "isometry";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
hash = "sha256-D38G947/1//AMmWghgw0TDzNcd4LUcCuyLBhRP7YFJY="; hash = "sha256-J2fb1sRjBxLegFVwyEIRVolaLnXvziPrlidd/n/+tU8=";
}; };
vendorHash = "sha256-tNdr2xyxri7mj1bP6oVx1DGzwrzg84TpPCY0kHNkXLw="; vendorHash = "sha256-Casouw2fNg/hywx7A37VCVzQ8Gfnvf5qm6upOTUQZvA=";
nativeBuildInputs = [ makeWrapper ]; nativeBuildInputs = [ makeWrapper ];