sshified: 1.2.2 -> 1.2.3 (#523252)

This commit is contained in:
Nick Cao
2026-05-26 18:50:40 +00:00
committed by GitHub
+2 -2
View File
@@ -6,13 +6,13 @@
buildGoModule (finalAttrs: {
pname = "sshified";
version = "1.2.2";
version = "1.2.3";
src = fetchFromGitHub {
owner = "hoffie";
repo = "sshified";
tag = "v${finalAttrs.version}";
hash = "sha256-+YaqHkcsP6+J39w4WP5iA0LowmGwDHBoDNzT8fhv+Xg=";
hash = "sha256-XOVoITfP02m9fVimu+IHs14pbJA3+xJcSHeGV+9fSNw=";
};
vendorHash = null;