about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2018-10-17 11:36:07 +0100
committerGitHub <noreply@github.com>2018-10-17 11:36:07 +0100
commit2157b83febc00884992a1fdbaa7544bca00ecd10 (patch)
tree9c59ecd876553bad1d1c42af26f64ffeeb8bbf14
parent44e5877355137bc2b77bab48f96aca4b25b4f076 (diff)
parentf3a8e772a567ccb76372f390ccd455bfd088695a (diff)
Merge pull request #48512 from r-ryantm/auto-update/git-review
git-review: 1.26.0 -> 1.27.0
-rw-r--r--pkgs/applications/version-management/git-review/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/version-management/git-review/default.nix b/pkgs/applications/version-management/git-review/default.nix
index 7b81c28c37556..101770da88858 100644
--- a/pkgs/applications/version-management/git-review/default.nix
+++ b/pkgs/applications/version-management/git-review/default.nix
@@ -2,7 +2,7 @@
 
 pythonPackages.buildPythonApplication rec {
   name = "git-review-${version}";
-  version = "1.26.0";
+  version = "1.27.0";
 
   # Manually set version because prb wants to get it from the git
   # upstream repository (and we are installing from tarball instead)
@@ -14,7 +14,7 @@ pythonPackages.buildPythonApplication rec {
 
   src = fetchurl rec {
     url = "https://github.com/openstack-infra/git-review/archive/${version}.tar.gz";
-    sha256 = "106nk6p7byf5vi68b2fvmwma5nk7qrv39nfj9p1bfxmb1gjdixhc";
+    sha256 = "0smdkps9avnj58izyfc5m0amq8nafgs9iqlyaf7ncrlvypia1f3q";
   };
 
   propagatedBuildInputs = with pythonPackages; [ pbr requests setuptools ];