pam_rssh: 1.2.0 -> 1.2.1 (#534154)

This commit is contained in:
nixpkgs-ci[bot]
2026-06-22 08:29:12 +00:00
committed by GitHub
+3 -3
View File
@@ -12,17 +12,17 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "pam_rssh";
version = "1.2.0";
version = "1.2.1";
src = fetchFromGitHub {
owner = "z4yx";
repo = "pam_rssh";
tag = "v${finalAttrs.version}";
hash = "sha256-VxbaxqyIAwmjjbgfTajqwPQC3bp7g/JNVNx9yy/3tus=";
hash = "sha256-yHB6tEQuUFYve6GgAW6VuLSw49q0l0VzgH1vIquPNMQ=";
fetchSubmodules = true;
};
cargoHash = "sha256-4DoMRtyT2t4degi8oOyVTStb0AU0P/7XeYk15JLRrqg=";
cargoHash = "sha256-d/N7ec8/Khv9oWwEXapc6Nb+j/7XTDxBLeFHO9nqHLk=";
postPatch = ''
substituteInPlace src/auth_keys.rs \