vault-ssh-plus: 0.7.4 -> 0.7.5

This commit is contained in:
R. Ryantm 2024-07-27 06:49:11 +00:00
parent e97c8b67e3
commit b85d65d55e

View File

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