13 stdenvNoCC.mkDerivation (finalAttrs: {
17 src = fetchFromGitHub {
20 rev = "v${finalAttrs.version}";
21 hash = "sha256-Mue2xgYxJSEu0VoDmB7rnoSuzyT038xzETUO1fwptrs=";
24 nativeBuildInputs = [ makeWrapper ];
29 "DESTDIR=${placeholder "out"}"
40 wrapProgram $out/bin/git-fixup \
51 passthru.updateScript = nix-update-script { };
54 description = "Fighting the copy-paste element of your rebase workflow";
55 homepage = "https://github.com/keis/git-fixup";
56 license = lib.licenses.isc;
57 maintainers = with lib.maintainers; [ michaeladler ];
58 platforms = lib.platforms.all;
59 mainProgram = "git-fixup";