Merge pull request #289159 from r-ryantm/auto-update/portfolio-filemanager
portfolio-filemanager: 1.0.0 -> 1.0.1
This commit is contained in:
commit
7db2a2516a
1 changed files with 3 additions and 2 deletions
|
@ -18,7 +18,7 @@
|
||||||
|
|
||||||
python3.pkgs.buildPythonApplication rec {
|
python3.pkgs.buildPythonApplication rec {
|
||||||
pname = "portfolio";
|
pname = "portfolio";
|
||||||
version = "1.0.0";
|
version = "1.0.1";
|
||||||
|
|
||||||
format = "other";
|
format = "other";
|
||||||
|
|
||||||
|
@ -26,7 +26,7 @@ python3.pkgs.buildPythonApplication rec {
|
||||||
owner = "tchx84";
|
owner = "tchx84";
|
||||||
repo = "Portfolio";
|
repo = "Portfolio";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-ahVrOyyF/7X19ZJcHQ4YbC+4b96CPEnns7TUAFCvKao=";
|
hash = "sha256-IbzAkHlD6duXkPJRSyD9HJ/JHP8+IR7vIGFp2ESbBug=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
@ -78,6 +78,7 @@ python3.pkgs.buildPythonApplication rec {
|
||||||
changelog = "https://github.com/tchx84/Portfolio/blob/v${version}/CHANGELOG.md";
|
changelog = "https://github.com/tchx84/Portfolio/blob/v${version}/CHANGELOG.md";
|
||||||
license = licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
mainProgram = "dev.tchx84.Portfolio";
|
||||||
maintainers = with maintainers; [ dotlambda chuangzhu ];
|
maintainers = with maintainers; [ dotlambda chuangzhu ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue