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

ssh-to-age: 1.1.0 -> 1.1.1

authored by

figsoda and committed by
GitHub
67a02079 fd452191

+3 -3
+3 -3
pkgs/tools/security/ssh-to-age/default.nix
··· 2 3 buildGoModule rec { 4 pname = "ssh-to-age"; 5 - version = "1.1.0"; 6 7 src = fetchFromGitHub { 8 owner = "Mic92"; 9 repo = "ssh-to-age"; 10 rev = version; 11 - sha256 = "sha256-KdPeV4j9x/nQtvmw90wvf62VxwXPGtKg8aSOM3YBT64="; 12 }; 13 14 - vendorSha256 = "sha256-1iDFM6KNsvvwOTg05TAJZvHVTv+Gc0nG0STzNdk0NB4="; 15 16 checkPhase = '' 17 runHook preCheck
··· 2 3 buildGoModule rec { 4 pname = "ssh-to-age"; 5 + version = "1.1.1"; 6 7 src = fetchFromGitHub { 8 owner = "Mic92"; 9 repo = "ssh-to-age"; 10 rev = version; 11 + sha256 = "sha256-S7iWwRyJfxG38ym5j0b9xwC0tCNhQE+X/UuHG1wFVXo="; 12 }; 13 14 + vendorHash = "sha256-ZOa352gtigbuEQHw6i9Mnh2MD6+8IHOJOg7WJCH+Q88="; 15 16 checkPhase = '' 17 runHook preCheck