portfolio: 0.59.4 -> 0.59.5

https://github.com/buchen/portfolio/releases/tag/0.59.5
This commit is contained in:
kilianar 2022-12-04 18:59:12 +01:00
parent 81c949a0e7
commit 1cca42b6ad

View File

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