mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 06:06:13 +03:00
git-review: 2.3.1 -> 2.4.0
This commit is contained in:
parent
6f8d5811de
commit
457ab5e5cb
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
buildPythonApplication rec {
|
buildPythonApplication rec {
|
||||||
pname = "git-review";
|
pname = "git-review";
|
||||||
version = "2.3.1";
|
version = "2.4.0";
|
||||||
|
|
||||||
# Manually set version because prb wants to get it from the git
|
# Manually set version because prb wants to get it from the git
|
||||||
# upstream repository (and we are installing from tarball instead)
|
# upstream repository (and we are installing from tarball instead)
|
||||||
@ -18,9 +18,9 @@ buildPythonApplication rec {
|
|||||||
src = fetchFromGitea {
|
src = fetchFromGitea {
|
||||||
domain = "opendev.org";
|
domain = "opendev.org";
|
||||||
owner = "opendev";
|
owner = "opendev";
|
||||||
repo = pname;
|
repo = "git-review";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-C8M4b/paHJB9geizc1eIhXsTuLeeS4dDisCfCQF1RuU=";
|
hash = "sha256-UfYc662NqnQt0+CKc+18jXnNTOcZv8urCNBsWd6x0VQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = [ "out" "man" ];
|
outputs = [ "out" "man" ];
|
||||||
|
Loading…
Reference in New Issue
Block a user