about summary refs log tree commit diff
path: root/pkgs/applications/office
diff options
context:
space:
mode:
authorDaniƫl de Kok <me@danieldk.eu>2020-07-06 16:07:19 +0200
committerGitHub <noreply@github.com>2020-07-06 16:07:19 +0200
commit13b8f41c56ed55f7522a98a848c7f2b2f7000cca (patch)
tree601cd932730b70f135591174da07a0d0f740c987 /pkgs/applications/office
parent8ff97e82b40079e53041493452dfc3f6994466d8 (diff)
parentc52af984c293fa3149bff311d520ced074d78270 (diff)
Merge pull request #92174 from oyren/update-portfolio
portfolio: 0.46.3 -> 0.46.6
Diffstat (limited to 'pkgs/applications/office')
-rw-r--r--pkgs/applications/office/portfolio/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/office/portfolio/default.nix b/pkgs/applications/office/portfolio/default.nix
index 53f3b8a3150a0..31abb9815b169 100644
--- a/pkgs/applications/office/portfolio/default.nix
+++ b/pkgs/applications/office/portfolio/default.nix
@@ -24,11 +24,11 @@ let
 in
 stdenv.mkDerivation rec {
   pname = "PortfolioPerformance";
-  version = "0.46.3";
+  version = "0.46.6";
 
   src = fetchurl {
     url = "https://github.com/buchen/portfolio/releases/download/${version}/PortfolioPerformance-${version}-linux.gtk.x86_64.tar.gz";
-    sha256 = "0263v0ymqmf7kcwys4smwx1p1gh8d20dh10canjfqgl4c5lfx966";
+    sha256 = "0df5fhyr4di3c5fvbkli8ff7ylji6wvjghj82zfp0hr02f7cnr6b";
   };
 
   nativeBuildInputs = [
@@ -61,7 +61,7 @@ stdenv.mkDerivation rec {
     description = "A simple tool to calculate the overall performance of an investment portfolio.";
     homepage = "https://www.portfolio-performance.info/";
     license = licenses.epl10;
-    maintainers = with maintainers; [ elohmeier ];
+    maintainers = with maintainers; [ elohmeier oyren ];
     platforms = [ "x86_64-linux" ];
   };
 }