ssh-to-age: 1.1.1 -> 1.1.2

This commit is contained in:
R. Ryantm 2023-03-09 01:00:09 +00:00
parent 1e383aada5
commit b318963458

View File

@ -2,16 +2,16 @@
buildGoModule rec { buildGoModule rec {
pname = "ssh-to-age"; pname = "ssh-to-age";
version = "1.1.1"; version = "1.1.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Mic92"; owner = "Mic92";
repo = "ssh-to-age"; repo = "ssh-to-age";
rev = version; rev = version;
sha256 = "sha256-S7iWwRyJfxG38ym5j0b9xwC0tCNhQE+X/UuHG1wFVXo="; sha256 = "sha256-48j8NXKUepYDMnr/d9fGH+ISPPLN5zsvwt5XHJN6MCc=";
}; };
vendorHash = "sha256-ZOa352gtigbuEQHw6i9Mnh2MD6+8IHOJOg7WJCH+Q88="; vendorHash = "sha256-qtjjrvvRVcrJIM+EPWTd6xFgIbKvEqkiT3vjXakoQp0=";
checkPhase = '' checkPhase = ''
runHook preCheck runHook preCheck