Skip to content

Commit

Permalink
vault-ssh-plus: 0.7.6 -> 0.7.7
Browse files Browse the repository at this point in the history
(cherry picked from commit 6d6ede0)
  • Loading branch information
r-ryantm authored and github-actions[bot] committed Dec 24, 2024
1 parent 6c90912 commit 291332a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/va/vault-ssh-plus/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@
}:
buildGoModule rec {
pname = "vault-ssh-plus";
version = "0.7.6";
version = "0.7.7";

src = fetchFromGitHub {
owner = "isometry";
repo = pname;
rev = "v${version}";
hash = "sha256-bP1edeJj3BXsXZJn7/71AVMEnHvMi8jB4eNc5cpfxyE=";
hash = "sha256-l2Gr4AxikPWbSGeZqmkZa1wTRXNZ0l6fTSAcjl+6P8s=";
};

vendorHash = "sha256-Xfan2UykDkmndePiyaHpQ050McAreOq0VmDxAm+2K9A=";
vendorHash = "sha256-AYScvuhsK6GUzOhONBl1C89yvu85SntoW7CxCr7wWmo=";

nativeBuildInputs = [ makeWrapper ];

Expand Down

0 comments on commit 291332a

Please sign in to comment.