Skip to content

Commit b318963

Browse files
committed
ssh-to-age: 1.1.1 -> 1.1.2
1 parent 1e383aa commit b318963

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pkgs/tools/security/ssh-to-age/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22

33
buildGoModule rec {
44
pname = "ssh-to-age";
5-
version = "1.1.1";
5+
version = "1.1.2";
66

77
src = fetchFromGitHub {
88
owner = "Mic92";
99
repo = "ssh-to-age";
1010
rev = version;
11-
sha256 = "sha256-S7iWwRyJfxG38ym5j0b9xwC0tCNhQE+X/UuHG1wFVXo=";
11+
sha256 = "sha256-48j8NXKUepYDMnr/d9fGH+ISPPLN5zsvwt5XHJN6MCc=";
1212
};
1313

14-
vendorHash = "sha256-ZOa352gtigbuEQHw6i9Mnh2MD6+8IHOJOg7WJCH+Q88=";
14+
vendorHash = "sha256-qtjjrvvRVcrJIM+EPWTd6xFgIbKvEqkiT3vjXakoQp0=";
1515

1616
checkPhase = ''
1717
runHook preCheck

0 commit comments

Comments
 (0)