Merge pull request #36540 from ryantm/auto-update/git-review

git-review: 1.25.0 -> 1.26.0

authored by lewo and committed by GitHub af855658 82cfc448

+2 -2
+2 -2
pkgs/applications/version-management/git-review/default.nix
··· 2 3 pythonPackages.buildPythonApplication rec { 4 name = "git-review-${version}"; 5 - version = "1.25.0"; 6 7 # Manually set version because prb wants to get it from the git 8 # upstream repository (and we are installing from tarball instead) ··· 14 15 src = fetchurl rec { 16 url = "https://github.com/openstack-infra/git-review/archive/${version}.tar.gz"; 17 - sha256 = "aa594690ed586041a524d6e5ae76152cbd53d4f03a98b20b213d15cecbe128ce"; 18 }; 19 20 propagatedBuildInputs = with pythonPackages; [ pbr requests setuptools ];
··· 2 3 pythonPackages.buildPythonApplication rec { 4 name = "git-review-${version}"; 5 + version = "1.26.0"; 6 7 # Manually set version because prb wants to get it from the git 8 # upstream repository (and we are installing from tarball instead) ··· 14 15 src = fetchurl rec { 16 url = "https://github.com/openstack-infra/git-review/archive/${version}.tar.gz"; 17 + sha256 = "106nk6p7byf5vi68b2fvmwma5nk7qrv39nfj9p1bfxmb1gjdixhc"; 18 }; 19 20 propagatedBuildInputs = with pythonPackages; [ pbr requests setuptools ];