git-review: 2.3.1 -> 2.4.0

authored by R. Ryantm and committed by Kira Bruneau 457ab5e5 6f8d5811

+3 -3
+3 -3
pkgs/applications/version-management/git-review/default.nix
··· 9 10 buildPythonApplication rec { 11 pname = "git-review"; 12 - version = "2.3.1"; 13 14 # Manually set version because prb wants to get it from the git 15 # upstream repository (and we are installing from tarball instead) ··· 18 src = fetchFromGitea { 19 domain = "opendev.org"; 20 owner = "opendev"; 21 - repo = pname; 22 rev = version; 23 - sha256 = "sha256-C8M4b/paHJB9geizc1eIhXsTuLeeS4dDisCfCQF1RuU="; 24 }; 25 26 outputs = [ "out" "man" ];
··· 9 10 buildPythonApplication rec { 11 pname = "git-review"; 12 + version = "2.4.0"; 13 14 # Manually set version because prb wants to get it from the git 15 # upstream repository (and we are installing from tarball instead) ··· 18 src = fetchFromGitea { 19 domain = "opendev.org"; 20 owner = "opendev"; 21 + repo = "git-review"; 22 rev = version; 23 + hash = "sha256-UfYc662NqnQt0+CKc+18jXnNTOcZv8urCNBsWd6x0VQ="; 24 }; 25 26 outputs = [ "out" "man" ];