sshified: 1.2.6 -> 1.2.7 (#542447)

This commit is contained in:
nixpkgs-ci[bot]
2026-07-16 11:03:27 +00:00
committed by GitHub
+2 -2
View File
@@ -6,13 +6,13 @@
buildGoModule (finalAttrs: {
pname = "sshified";
version = "1.2.6";
version = "1.2.7";
src = fetchFromGitHub {
owner = "hoffie";
repo = "sshified";
tag = "v${finalAttrs.version}";
hash = "sha256-YY9ZFIH4ST9xQRD7IkjC9rm+QTlfde5+2qR/reH9oHU=";
hash = "sha256-yeG0LqgRknAnN4rLV/659YJpxk3hBxDKX1BIioJ9P2M=";
};
vendorHash = null;