mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
moz-phab: 1.8.1 -> 1.9.0
This commit is contained in:
parent
a9680d1c1d
commit
fa75e35ee9
1 changed files with 2 additions and 2 deletions
|
@ -11,14 +11,14 @@
|
||||||
|
|
||||||
python3.pkgs.buildPythonApplication rec {
|
python3.pkgs.buildPythonApplication rec {
|
||||||
pname = "mozphab";
|
pname = "mozphab";
|
||||||
version = "1.8.1";
|
version = "1.9.0";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "mozilla-conduit";
|
owner = "mozilla-conduit";
|
||||||
repo = "review";
|
repo = "review";
|
||||||
tag = version;
|
tag = version;
|
||||||
hash = "sha256-ZiM+4EZjM7WXQfWkHVRTJ/hOHJvf9dRlqzqDHi++xQc=";
|
hash = "sha256-CVpsq9YoEww47uruHYEsJk9YQ39ZFQsMdL0nBc8AHUM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = with python3.pkgs; [
|
build-system = with python3.pkgs; [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue