Merge pull request #289159 from r-ryantm/auto-update/portfolio-filemanager

portfolio-filemanager: 1.0.0 -> 1.0.1
This commit is contained in:
Nick Cao 2024-02-16 10:06:37 -05:00 committed by GitHub
commit 7db2a2516a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 ];
}; };
} }