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

ssh-to-age: 1.0.2 -> 1.0.3
This commit is contained in:
Jörg Thalheim 2022-11-17 07:17:20 +01:00 committed by GitHub
commit 7a8459fdd3
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.2";
version = "1.0.3";
src = fetchFromGitHub {
owner = "Mic92";
repo = "ssh-to-age";
rev = version;
sha256 = "sha256-sjiOmIoFyl1Kr4RKg1TqXJNIq2/HF91oxDLtRDa+eWw=";
sha256 = "sha256-tasR0p+8Y315zngWbDPUmn4O/SaIw+gKGPLT5FGymuo=";
};
vendorSha256 = "sha256-Xi5aJAYgbtrDq7KBAfZR1LT5/jbslwEa70qaFqW4vcQ=";
vendorSha256 = "sha256-1iDFM6KNsvvwOTg05TAJZvHVTv+Gc0nG0STzNdk0NB4=";
checkPhase = ''
runHook preCheck