portfolio: 0.55.0 -> 0.56.2

This commit is contained in:
R. Ryantm 2021-12-08 04:27:35 +00:00 committed by Jonathan Ringer
parent 172c9eaf2d
commit 9012eac785

View file

@ -25,11 +25,11 @@ let
in
stdenv.mkDerivation rec {
pname = "PortfolioPerformance";
version = "0.55.0";
version = "0.56.2";
src = fetchurl {
url = "https://github.com/buchen/portfolio/releases/download/${version}/PortfolioPerformance-${version}-linux.gtk.x86_64.tar.gz";
sha256 = "0s7qb7z2wiypiahw1y1lz9pbhxcacj5myzy0qcqjrpnaq7ymvs05";
sha256 = "sha256-4iMLn0KTrH7MOlNduSl7BMOZKPakHhhQdR3NQXV2ZZU=";
};
nativeBuildInputs = [