Merge pull request #126152 from r-ryantm/auto-update/git-filter-repo

git-filter-repo: 2.29.0 -> 2.32.0
This commit is contained in:
Mario Rodas 2021-06-10 05:38:19 -05:00 committed by GitHub
commit 1027d970df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "git-filter-repo";
version = "2.29.0";
version = "2.32.0";
src = fetchurl {
url = "https://github.com/newren/git-filter-repo/releases/download/v${version}/${pname}-${version}.tar.xz";
sha256 = "00nn7k9jqrybb762486fmigsnbcn9lbvimgpfvvarz4ikdp9y9pb";
sha256 = "sha256-CztFSyeKM9Bmcf0eSrLHH3vHGepd8WXPvcAACT+vFps=";
};
buildInputs = [ pythonPackages.python ];