Unverified Commit 9b2d8ae1 authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

git-absorb: 0.8.0 -> 0.9.0 (#490320)

parents 93d109b6 c9837d54
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -11,13 +11,13 @@

rustPlatform.buildRustPackage (finalAttrs: {
  pname = "git-absorb";
  version = "0.8.0";
  version = "0.9.0";

  src = fetchFromGitHub {
    owner = "tummychow";
    repo = "git-absorb";
    tag = finalAttrs.version;
    hash = "sha256-O9bJMYhIyCtztswvL0JQ4ZtsAAI9TlHzWDeGdTHEmP4=";
    hash = "sha256-jAR+Vq6SZZXkseOxZVJSjsQOStIip8ThiaLroaJcIfc=";
  };

  nativeBuildInputs = [
@@ -26,7 +26,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
    which # used by Documentation/Makefile
  ];

  cargoHash = "sha256-QBZItmKH9b2KwHR88MotyIT2krZl5QQFLvUmPmbxl4U=";
  cargoHash = "sha256-8uCXk5bXn/x4QXbGOROGlWYMSqIv+/7dBGZKbYkLfF4=";

  nativeCheckInputs = [
    gitMinimal