lol

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

ssh-to-age: 1.0.2 -> 1.0.3

authored by

Jörg Thalheim and committed by
GitHub
7a8459fd 0b3c49e5

+3 -3
+3 -3
pkgs/tools/security/ssh-to-age/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "ssh-to-age"; 5 - version = "1.0.2"; 5 + version = "1.0.3"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "Mic92"; 9 9 repo = "ssh-to-age"; 10 10 rev = version; 11 - sha256 = "sha256-sjiOmIoFyl1Kr4RKg1TqXJNIq2/HF91oxDLtRDa+eWw="; 11 + sha256 = "sha256-tasR0p+8Y315zngWbDPUmn4O/SaIw+gKGPLT5FGymuo="; 12 12 }; 13 13 14 - vendorSha256 = "sha256-Xi5aJAYgbtrDq7KBAfZR1LT5/jbslwEa70qaFqW4vcQ="; 14 + vendorSha256 = "sha256-1iDFM6KNsvvwOTg05TAJZvHVTv+Gc0nG0STzNdk0NB4="; 15 15 16 16 checkPhase = '' 17 17 runHook preCheck