summary refs log tree commit diff
diff options
context:
space:
mode:
authorBruno Bigras <bigras.bruno@gmail.com>2021-05-07 21:07:27 -0400
committerMatthieu Coudron <teto@users.noreply.github.com>2021-05-09 17:34:52 +0200
commite0e62c8804375ad7f1a1d7f1239256c30fff52e9 (patch)
tree8aeaeb2f7733ebafb892996badcaab53e171d8bd
parent52c27c3b7dddf21979d86a504fa1d2ad13d0fd6b (diff)
downloadnixpkgs-e0e62c8804375ad7f1a1d7f1239256c30fff52e9.tar
nixpkgs-e0e62c8804375ad7f1a1d7f1239256c30fff52e9.tar.gz
nixpkgs-e0e62c8804375ad7f1a1d7f1239256c30fff52e9.tar.bz2
nixpkgs-e0e62c8804375ad7f1a1d7f1239256c30fff52e9.tar.lz
nixpkgs-e0e62c8804375ad7f1a1d7f1239256c30fff52e9.tar.xz
nixpkgs-e0e62c8804375ad7f1a1d7f1239256c30fff52e9.tar.zst
nixpkgs-e0e62c8804375ad7f1a1d7f1239256c30fff52e9.zip
git-repo: 2.13.1 -> 2.14.5
-rw-r--r--pkgs/applications/version-management/git-repo/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/version-management/git-repo/default.nix b/pkgs/applications/version-management/git-repo/default.nix
index 72f6d67c2f1..cd6d9b0fd51 100644
--- a/pkgs/applications/version-management/git-repo/default.nix
+++ b/pkgs/applications/version-management/git-repo/default.nix
@@ -4,13 +4,13 @@
 
 stdenv.mkDerivation rec {
   pname = "git-repo";
-  version = "2.13.1";
+  version = "2.14.5";
 
   src = fetchFromGitHub {
     owner = "android";
     repo = "tools_repo";
     rev = "v${version}";
-    sha256 = "sha256-D6gh14XOZ6Fjypfhg9l5ozPhyf6u6M0Wc8HdagdPM/Q=";
+    sha256 = "sha256-3FSkWpHda1jVhy/633B+ippWcbKd83IlQcJYS9Qx5wQ=";
   };
 
   patches = [ ./import-ssl-module.patch ];