1 { lib, rustPlatform, fetchFromGitHub, stdenv, Security }:
3 rustPlatform.buildRustPackage rec {
7 src = fetchFromGitHub {
11 hash = "sha256-trupBiinULzD8TAy3eh1MYXhQilO08xu2a4yN7wwhwk=";
14 cargoHash = "sha256-TYobVjjzrK3gprZcYyY98EvdASkq4urB+WiLlbJbwmk=";
16 buildInputs = lib.optional stdenv.hostPlatform.isDarwin Security;
18 # Disable tests since it requires network access and relies on the
19 # presence of certain AWS infrastructure
23 description = "Utility for managing credentials securely in AWS cloud";
24 homepage = "https://github.com/psibi/rucredstash";
25 license = licenses.mit;
26 maintainers = with maintainers; [ psibi ];
27 mainProgram = "rucredstash";