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

Merge pull request #195878 from qowoz/girt

git-interactive-rebase-tool: 2.2.0 -> 2.2.1
parents c9f2149e 8dd7dfca
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,16 +2,16 @@

rustPlatform.buildRustPackage rec {
  pname = "git-interactive-rebase-tool";
  version = "2.2.0";
  version = "2.2.1";

  src = fetchFromGitHub {
    owner = "MitMaro";
    repo = pname;
    rev = version;
    sha256 = "sha256-++KTMzTt84dowoZP+Bc9E/jUS21YN5ybKrlpQUKCir0=";
    sha256 = "sha256-KqItunxh24jAkvsAMnByS+dhm+wyUqmdF96qEDs/5mI=";
  };

  cargoSha256 = "sha256-OUaP/nDs589FYaGYcleRMTQNu3/q/2wBjHSv2q8OyjA=";
  cargoSha256 = "sha256-510kNtcSsuXADMmSqu2t0HsnPUS/Jedsfvjnh2k+vDs=";

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