git-ignore: 1.1.1 -> 1.2.0

main
Brian Leung 2 years ago
parent ff691ed9ba
commit 91a9c5a9be
No known key found for this signature in database
GPG Key ID: 3ADC75F013D678F9
  1. 11
      pkgs/applications/version-management/git-and-tools/git-ignore/default.nix

@ -4,16 +4,16 @@ with rustPlatform;
buildRustPackage rec { buildRustPackage rec {
pname = "git-ignore"; pname = "git-ignore";
version = "1.1.1"; version = "1.2.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "sondr3"; owner = "sondr3";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-bKIBPqGKiS3ey8vH2F4EoleV1H2PTOp+71d/YW3jkT0="; sha256 = "sha256-Bfr+4zDi6QqirlqccW1jU95eb4q82ZFG9LtT2mCPYLc=";
}; };
cargoSha256 = "sha256-7jPNVBf5DYtE8nsh7LIywMCjU7ODZ3qFsmBie2mZ3h8="; cargoSha256 = "sha256-ehEUI4M2IxqS6QhyqOncwP+w6IGbIlSFNIP/FEVH/JI=";
nativeBuildInputs = [ pkg-config installShellFiles ]; nativeBuildInputs = [ pkg-config installShellFiles ];
buildInputs = [ openssl ] buildInputs = [ openssl ]
@ -21,9 +21,8 @@ buildRustPackage rec {
darwin.apple_sdk.frameworks.Security darwin.apple_sdk.frameworks.Security
]; ];
outputs = [ "out" "man" ]; postInstall = ''
preFixup = '' installManPage assets/git-ignore.1
installManPage $releaseDir/build/git-ignore-*/out/git-ignore.1
''; '';
meta = with lib; { meta = with lib; {

Loading…
Cancel
Save