Merge pull request #183931 from r-ryantm/auto-update/ssh-to-age

ssh-to-age: 1.0.1 -> 1.0.2
This commit is contained in:
Jörg Thalheim 2022-07-30 13:20:48 +01:00 committed by GitHub
commit 604a85ec43
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "ssh-to-age";
version = "1.0.1";
version = "1.0.2";
src = fetchFromGitHub {
owner = "Mic92";
repo = "ssh-to-age";
rev = version;
sha256 = "sha256-ccwCHu6RlWqMnt5nBy54bVEzfE9/3PEL4C5LnYTtnwU=";
sha256 = "sha256-sjiOmIoFyl1Kr4RKg1TqXJNIq2/HF91oxDLtRDa+eWw=";
};
vendorSha256 = "sha256-jiFPcdWnAk54RJv4mHB3A+5tqKzqitfsiRXYZLa3Gu0=";
vendorSha256 = "sha256-Xi5aJAYgbtrDq7KBAfZR1LT5/jbslwEa70qaFqW4vcQ=";
checkPhase = ''
runHook preCheck