11 rustPlatform.buildRustPackage rec {
15 src = fetchFromGitHub {
19 hash = "sha256-HPHFjYfug642NXeNmv50UzsdOAlDR9F/MtgYnzwiZP8=";
22 cargoHash = "sha256-mvRcOwCe5NQ+cJ9brnbZ6HLtLn+fnjYzSBQwA3Qn9PU=";
24 nativeBuildInputs = [ pkg-config ];
26 buildInputs = [ openssl dbus ] ++ lib.optionals stdenv.isDarwin [ Security ];
29 description = "Tool for working with a stack of patches";
31 homepage = "https://git-ps.sh/";
32 license = licenses.mit;
33 maintainers = with maintainers; [ alizter ];