portfolio: 0.53.1 -> 0.54.1

This commit is contained in:
Felix Tenley 2021-07-26 20:38:46 +02:00
parent e1533b22af
commit cd17e5e6d8
No known key found for this signature in database
GPG key ID: 910ACB9F6BD26F58

View file

@ -24,11 +24,11 @@ let
in
stdenv.mkDerivation rec {
pname = "PortfolioPerformance";
version = "0.53.1";
version = "0.54.1";
src = fetchurl {
url = "https://github.com/buchen/portfolio/releases/download/${version}/PortfolioPerformance-${version}-linux.gtk.x86_64.tar.gz";
sha256 = "0hddq1nijxhr6kgf7gydw0nh07lh86fs8srkhm29ik4hmv8ch19p";
sha256 = "16sv938sdbs01byqwngrfqmzb81zfhvk72ar53l68cg8qjvzs5ml";
};
nativeBuildInputs = [