portfolio: 0.59.5 -> 0.60.0

https://github.com/buchen/portfolio/releases/tag/0.60.0
This commit is contained in:
kilianar 2022-12-18 22:09:32 +01:00
parent ead9cf57ac
commit 1336dec317

View File

@ -27,11 +27,11 @@ let
in
stdenv.mkDerivation rec {
pname = "PortfolioPerformance";
version = "0.59.5";
version = "0.60.0";
src = fetchurl {
url = "https://github.com/buchen/portfolio/releases/download/${version}/PortfolioPerformance-${version}-linux.gtk.x86_64.tar.gz";
sha256 = "sha256-6AEc9wc3/8AubPvqq8s9R1RnO+P8+92UsNEt6AdQv+w=";
sha256 = "sha256-L4ZLlxHsnJrvrrrX56Z+agjnaMl472Izm4Un1uaNqZA=";
};
nativeBuildInputs = [