From b54a52c8503ae42de5120e464a82b119f5b6f1a5 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 30 Nov 2025 12:52:45 +0000 Subject: [PATCH] sshified: 1.2.1 -> 1.2.2 --- pkgs/by-name/ss/sshified/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/ss/sshified/package.nix b/pkgs/by-name/ss/sshified/package.nix index 3a1a26629563..4e4135c06a63 100644 --- a/pkgs/by-name/ss/sshified/package.nix +++ b/pkgs/by-name/ss/sshified/package.nix @@ -6,13 +6,13 @@ buildGoModule rec { pname = "sshified"; - version = "1.2.1"; + version = "1.2.2"; src = fetchFromGitHub { owner = "hoffie"; repo = "sshified"; tag = "v${version}"; - hash = "sha256-oCeuQ4Do+Lyqsf8hBH9qvLxWbWQlqol481VrbnAW2ic="; + hash = "sha256-+YaqHkcsP6+J39w4WP5iA0LowmGwDHBoDNzT8fhv+Xg="; }; vendorHash = null;