Loading pkgs/applications/version-management/git-review/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ buildPythonApplication rec { pname = "git-review"; version = "2.3.1"; version = "2.4.0"; # Manually set version because prb wants to get it from the git # upstream repository (and we are installing from tarball instead) Loading @@ -18,9 +18,9 @@ buildPythonApplication rec { src = fetchFromGitea { domain = "opendev.org"; owner = "opendev"; repo = pname; repo = "git-review"; rev = version; sha256 = "sha256-C8M4b/paHJB9geizc1eIhXsTuLeeS4dDisCfCQF1RuU="; hash = "sha256-UfYc662NqnQt0+CKc+18jXnNTOcZv8urCNBsWd6x0VQ="; }; outputs = [ "out" "man" ]; Loading Loading
pkgs/applications/version-management/git-review/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ buildPythonApplication rec { pname = "git-review"; version = "2.3.1"; version = "2.4.0"; # Manually set version because prb wants to get it from the git # upstream repository (and we are installing from tarball instead) Loading @@ -18,9 +18,9 @@ buildPythonApplication rec { src = fetchFromGitea { domain = "opendev.org"; owner = "opendev"; repo = pname; repo = "git-review"; rev = version; sha256 = "sha256-C8M4b/paHJB9geizc1eIhXsTuLeeS4dDisCfCQF1RuU="; hash = "sha256-UfYc662NqnQt0+CKc+18jXnNTOcZv8urCNBsWd6x0VQ="; }; outputs = [ "out" "man" ]; Loading