portfolio-filemanager: 0.9.10 -> 0.9.12

https://github.com/tchx84/Portfolio/blob/v0.9.12/CHANGELOG.md

+2 -2
+2 -2
pkgs/applications/misc/portfolio-filemanager/default.nix
··· 17 18 python3.pkgs.buildPythonApplication rec { 19 pname = "portfolio"; 20 - version = "0.9.10"; 21 22 format = "other"; 23 ··· 25 owner = "tchx84"; 26 repo = "Portfolio"; 27 rev = "v${version}"; 28 - sha256 = "06hk0kx6h8w263qa71bik68rg4r8qs94b6s60pyhzicfc822k0j4"; 29 }; 30 31 postPatch = ''
··· 17 18 python3.pkgs.buildPythonApplication rec { 19 pname = "portfolio"; 20 + version = "0.9.12"; 21 22 format = "other"; 23 ··· 25 owner = "tchx84"; 26 repo = "Portfolio"; 27 rev = "v${version}"; 28 + sha256 = "sha256-P+XQRIL2DepoOSVElxVxMihqxdxwLVnvXuraZN8L7z8="; 29 }; 30 31 postPatch = ''