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

vault-ssh-plus: 0.7.3 -> 0.7.4
This commit is contained in:
Nick Cao 2024-06-14 13:46:40 -04:00 committed by GitHub
commit 7c24cb242d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,16 +8,16 @@
}:
buildGoModule rec {
pname = "vault-ssh-plus";
version = "0.7.3";
version = "0.7.4";
src = fetchFromGitHub {
owner = "isometry";
repo = pname;
rev = "v${version}";
hash = "sha256-IRmFC5WsLmHfPjS/jW5V7dNF5rNvmsh3YKwW7rGII24=";
hash = "sha256-djS50SBR8HTyEd5Ya2I9w5irBrLTqzekEi5ASmkl6yk=";
};
vendorHash = "sha256-cuU7rEpJrwrbiXLajdv4h6GePbpZclweyB9qZ3SIjP0=";
vendorHash = "sha256-NndIBvW1/EZJ2KwP6HZ6wvhrgtmhTe97l3VxprtWq30=";
nativeBuildInputs = [ makeWrapper ];