1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-01-22 14:45:27 +00:00

portfolio-filemanager: 0.9.10 -> 0.9.12

https://github.com/tchx84/Portfolio/blob/v0.9.12/CHANGELOG.md
This commit is contained in:
Robert Schütz 2021-09-15 21:00:00 -07:00
parent 37f27661c1
commit 7355684e5a

View file

@ -17,7 +17,7 @@
python3.pkgs.buildPythonApplication rec {
pname = "portfolio";
version = "0.9.10";
version = "0.9.12";
format = "other";
@ -25,7 +25,7 @@ python3.pkgs.buildPythonApplication rec {
owner = "tchx84";
repo = "Portfolio";
rev = "v${version}";
sha256 = "06hk0kx6h8w263qa71bik68rg4r8qs94b6s60pyhzicfc822k0j4";
sha256 = "sha256-P+XQRIL2DepoOSVElxVxMihqxdxwLVnvXuraZN8L7z8=";
};
postPatch = ''