aboutsummaryrefslogtreecommitdiff
path: root/pkgs/applications/version-management
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2020-11-02 04:53:13 -0500
committerGitHub <noreply@github.com>2020-11-02 04:53:13 -0500
commitc1d13cde94640afb8aee376182083337e373e560 (patch)
tree9e2e717e4eee563f0733d4c8be49ed6840817720 /pkgs/applications/version-management
parent5db46fe5bf3823ccd3a508a2efc09fd3ed704ac3 (diff)
parent73e3b14503c7bc438f754b754619582aa41070e4 (diff)
Merge pull request #102430 from r-ryantm/auto-update/git-filter-repo
gitAndTools.git-filter-repo: 2.28.0 -> 2.29.0
Diffstat (limited to 'pkgs/applications/version-management')
-rw-r--r--pkgs/applications/version-management/git-and-tools/git-filter-repo/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/version-management/git-and-tools/git-filter-repo/default.nix b/pkgs/applications/version-management/git-and-tools/git-filter-repo/default.nix
index 5a7e5bd32afb..c642f062c7b6 100644
--- a/pkgs/applications/version-management/git-and-tools/git-filter-repo/default.nix
+++ b/pkgs/applications/version-management/git-and-tools/git-filter-repo/default.nix
@@ -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 ];