Merge pull request #92174 from oyren/update-portfolio

portfolio: 0.46.3 -> 0.46.6
This commit is contained in:
Daniël de Kok 2020-07-06 16:07:19 +02:00 committed by GitHub
commit 13b8f41c56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -24,11 +24,11 @@ let
in in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "PortfolioPerformance"; pname = "PortfolioPerformance";
version = "0.46.3"; version = "0.46.6";
src = fetchurl { src = fetchurl {
url = "https://github.com/buchen/portfolio/releases/download/${version}/PortfolioPerformance-${version}-linux.gtk.x86_64.tar.gz"; url = "https://github.com/buchen/portfolio/releases/download/${version}/PortfolioPerformance-${version}-linux.gtk.x86_64.tar.gz";
sha256 = "0263v0ymqmf7kcwys4smwx1p1gh8d20dh10canjfqgl4c5lfx966"; sha256 = "0df5fhyr4di3c5fvbkli8ff7ylji6wvjghj82zfp0hr02f7cnr6b";
}; };
nativeBuildInputs = [ nativeBuildInputs = [
@ -61,7 +61,7 @@ stdenv.mkDerivation rec {
description = "A simple tool to calculate the overall performance of an investment portfolio."; description = "A simple tool to calculate the overall performance of an investment portfolio.";
homepage = "https://www.portfolio-performance.info/"; homepage = "https://www.portfolio-performance.info/";
license = licenses.epl10; license = licenses.epl10;
maintainers = with maintainers; [ elohmeier ]; maintainers = with maintainers; [ elohmeier oyren ];
platforms = [ "x86_64-linux" ]; platforms = [ "x86_64-linux" ];
}; };
} }