Merge pull request #89969 from r-ryantm/auto-update/git-filter-repo
gitAndTools.git-filter-repo: 2.26.0 -> 2.27.0
This commit is contained in:
commit
926e8631bc
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "git-filter-repo";
|
pname = "git-filter-repo";
|
||||||
version = "2.26.0";
|
version = "2.27.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/newren/git-filter-repo/releases/download/v${version}/${pname}-${version}.tar.xz";
|
url = "https://github.com/newren/git-filter-repo/releases/download/v${version}/${pname}-${version}.tar.xz";
|
||||||
sha256 = "15d07i66b090bhjfj9s4s2s38k75mhxmddzyn44bnnyb967w6yjk";
|
sha256 = "1vry0pqwi0p82m3wflr0wyf88wn75l049w18xf9f5z43xd9vpva1";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ pythonPackages.python ];
|
buildInputs = [ pythonPackages.python ];
|
||||||
@ -22,6 +22,7 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = "https://github.com/newren/git-filter-repo";
|
homepage = "https://github.com/newren/git-filter-repo";
|
||||||
description = "Quickly rewrite git repository history (filter-branch replacement)";
|
description = "Quickly rewrite git repository history (filter-branch replacement)";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
|
inherit (pythonPackages.python.meta) platforms;
|
||||||
maintainers = [ maintainers.marsam ];
|
maintainers = [ maintainers.marsam ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user