portfolio: 0.57.2 -> 0.58.3

This commit is contained in:
Felix Schröter 2022-05-30 21:15:45 +02:00
parent 9e454c5722
commit 4c6448bbe6
No known key found for this signature in database
GPG key ID: 671E39E6744C807D

View file

@ -25,11 +25,11 @@ let
in
stdenv.mkDerivation rec {
pname = "PortfolioPerformance";
version = "0.57.2";
version = "0.58.3";
src = fetchurl {
url = "https://github.com/buchen/portfolio/releases/download/${version}/PortfolioPerformance-${version}-linux.gtk.x86_64.tar.gz";
sha256 = "sha256-ftLKlNzr46iL/V+P3J1wtoUByGHHl7wrh4xctU4JYkM=";
sha256 = "sha256-hm7iIYv4egd79G+LfetFSFLQRnfechJIY3k5Dys63vY=";
};
nativeBuildInputs = [