Loading pkgs/applications/version-management/git-review/default.nix +8 −8 Original line number Diff line number Diff line { lib, fetchFromGitea, buildPythonApplication, fetchgit, pbr, requests, setuptools, Loading @@ -10,18 +10,17 @@ buildPythonApplication rec { pname = "git-review"; version = "2.4.0"; version = "2.5.0"; # Manually set version because prb wants to get it from the git # upstream repository (and we are installing from tarball instead) PBR_VERSION = version; src = fetchFromGitea { domain = "opendev.org"; owner = "opendev"; repo = "git-review"; rev = version; hash = "sha256-UfYc662NqnQt0+CKc+18jXnNTOcZv8urCNBsWd6x0VQ="; # fetchFromGitea fails trying to download archive file src = fetchgit { url = "https://opendev.org/opendev/git-review"; tag = version; hash = "sha256-RE5XAUS46Y/jtI0/csR59B9l1gYpHuwGQkbWqoTfxPk="; }; outputs = [ Loading Loading @@ -50,6 +49,7 @@ buildPythonApplication rec { meta = with lib; { description = "Tool to submit code to Gerrit"; homepage = "https://opendev.org/opendev/git-review"; changelog = "https://docs.opendev.org/opendev/git-review/latest/releasenotes.html#relnotes-${version}"; license = licenses.asl20; maintainers = with maintainers; [ kira-bruneau ]; mainProgram = "git-review"; Loading Loading
pkgs/applications/version-management/git-review/default.nix +8 −8 Original line number Diff line number Diff line { lib, fetchFromGitea, buildPythonApplication, fetchgit, pbr, requests, setuptools, Loading @@ -10,18 +10,17 @@ buildPythonApplication rec { pname = "git-review"; version = "2.4.0"; version = "2.5.0"; # Manually set version because prb wants to get it from the git # upstream repository (and we are installing from tarball instead) PBR_VERSION = version; src = fetchFromGitea { domain = "opendev.org"; owner = "opendev"; repo = "git-review"; rev = version; hash = "sha256-UfYc662NqnQt0+CKc+18jXnNTOcZv8urCNBsWd6x0VQ="; # fetchFromGitea fails trying to download archive file src = fetchgit { url = "https://opendev.org/opendev/git-review"; tag = version; hash = "sha256-RE5XAUS46Y/jtI0/csR59B9l1gYpHuwGQkbWqoTfxPk="; }; outputs = [ Loading Loading @@ -50,6 +49,7 @@ buildPythonApplication rec { meta = with lib; { description = "Tool to submit code to Gerrit"; homepage = "https://opendev.org/opendev/git-review"; changelog = "https://docs.opendev.org/opendev/git-review/latest/releasenotes.html#relnotes-${version}"; license = licenses.asl20; maintainers = with maintainers; [ kira-bruneau ]; mainProgram = "git-review"; Loading