Unverified Commit 3dd405a5 authored by figsoda's avatar figsoda Committed by GitHub
Browse files

Merge pull request #222507 from r-ryantm/auto-update/git-branchless

git-branchless: 0.7.0 -> 0.7.1
parents 1a27b69f 2d194c72
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -14,16 +14,16 @@

rustPlatform.buildRustPackage rec {
  pname = "git-branchless";
  version = "0.7.0";
  version = "0.7.1";

  src = fetchFromGitHub {
    owner = "arxanas";
    repo = "git-branchless";
    rev = "v${version}";
    sha256 = "sha256-t3nzElicRbOTI+1nD+CGQk9u83FUUNgJ0OpylPZdlOs=";
    sha256 = "sha256-9kyC9Uwmc2WNHgfKpnS3v8vNF2o+168ULWqE+2eX1cE=";
  };

  cargoHash = "sha256-RfZnPQN+BSJ2YmCEMCPWY477sJue/L++3aL+U15C1Ro=";
  cargoHash = "sha256-k+Jx5PcA8TaFQQDYqZ6dTy8bwNtYeALF75ucoFjVGUc=";

  nativeBuildInputs = [ pkg-config ];