···2233pythonPackages.buildPythonApplication rec {
44 name = "git-review-${version}";
55- version = "1.25.0";
55+ version = "1.26.0";
6677 # Manually set version because prb wants to get it from the git
88 # upstream repository (and we are installing from tarball instead)
···14141515 src = fetchurl rec {
1616 url = "https://github.com/openstack-infra/git-review/archive/${version}.tar.gz";
1717- sha256 = "aa594690ed586041a524d6e5ae76152cbd53d4f03a98b20b213d15cecbe128ce";
1717+ sha256 = "106nk6p7byf5vi68b2fvmwma5nk7qrv39nfj9p1bfxmb1gjdixhc";
1818 };
19192020 propagatedBuildInputs = with pythonPackages; [ pbr requests setuptools ];