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

gitAndTools.git-filter-repo: 2.28.0 -> 2.29.0
This commit is contained in:
Mario Rodas 2020-11-02 04:53:13 -05:00 committed by GitHub
commit c1d13cde94
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.28.0";
version = "2.29.0";
src = fetchurl {
url = "https://github.com/newren/git-filter-repo/releases/download/v${version}/${pname}-${version}.tar.xz";
sha256 = "0sa6h6k1mnhx8p8w5d88gx7cqbnxaazfj1dv47c107fk70hqvvpx";
sha256 = "00nn7k9jqrybb762486fmigsnbcn9lbvimgpfvvarz4ikdp9y9pb";
};
buildInputs = [ pythonPackages.python ];