Unverified Commit 49f35e2c authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #301381 from marsam/update-git-absorb

git-absorb: 0.6.12 -> 0.6.13
parents c79cf8c7 96fd4c84
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,20 +2,20 @@

rustPlatform.buildRustPackage rec {
  pname = "git-absorb";
  version = "0.6.12";
  version = "0.6.13";

  src = fetchFromGitHub {
    owner = "tummychow";
    repo = "git-absorb";
    rev = "refs/tags/${version}";
    hash = "sha256-yHCO1v1d0MUakae16fFVvtKG3rVxU/Cii/G6IKzyebA=";
    hash = "sha256-k0smjIpy/+y6M5p24Ju4CVJkThzWOgp5kBJuVnCrXiE=";
  };

  nativeBuildInputs = [ installShellFiles ];

  buildInputs = lib.optionals stdenv.isDarwin [ Security ];

  cargoHash = "sha256-Bx7gH7jSLizG95JyBtziPBby9mF1Nj3CQexIg6gaiM0=";
  cargoHash = "sha256-bRPdtiC9Dwi21g4WtjawQ2AUdizUEX2zPHAnG08D3ac=";

  postInstall = ''
    installManPage Documentation/git-absorb.1