Merge pull request #96894 from oyren/portfolio-0-48

portfolio: 0.47.0 -> 0.48.0
This commit is contained in:
Martin Weinelt 2020-09-01 13:18:45 +02:00 committed by GitHub
commit 918c9344c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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