Merge pull request #249074 from NixOS/pam_rssh

pam_rssh: unstable-2023-03-18 -> 1.1.0
This commit is contained in:
Emily 2023-08-14 16:54:34 +02:00 committed by GitHub
commit 71bf61d89b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@
rustPlatform.buildRustPackage {
pname = "pam_rssh";
version = "unstable-2023-03-18";
version = "1.1.0";
src = fetchFromGitHub {
owner = "z4yx";
@ -19,7 +19,7 @@ rustPlatform.buildRustPackage {
fetchSubmodules = true;
};
cargoHash = "sha256-/AQqjmAGgvnpVWyoK3ymZ1gNAhTSN30KQEiqv4G+zx8=";
cargoHash = "sha256-QMyMqsjZ91WimIaaSCXtbRScS3BoB+yFtHjx3xViq7U=";
nativeBuildInputs = [
pkg-config