10 rustPlatform.buildRustPackage rec {
14 src = fetchFromGitHub {
18 hash = "sha256-foItJSZ6jsLuWkO/c1Ejb45dSdzZ/ripieyVIYsEyy0=";
21 cargoHash = "sha256-MEhUmy4ijR/zHm/qMt4PqNGYnCfIgjNaL9SlMmXCMmc=";
23 buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [
27 # Many tests try to access the file system.
30 passthru.tests.version = testers.testVersion {
35 description = "Stacked branch management for Git";
36 homepage = "https://github.com/gitext-rs/git-stack";
37 changelog = "https://github.com/gitext-rs/git-stack/releases/tag/v${version}";
38 license = licenses.asl20;
39 maintainers = with maintainers; [ stehessel ];
40 mainProgram = "git-stack";