Skip to content

Commit

Permalink
Merge pull request NixOS#214986 from kilianar/portfolio-0.61.0
Browse files Browse the repository at this point in the history
portfolio: 0.60.2 -> 0.61.0
  • Loading branch information
superherointj authored Feb 6, 2023
2 parents a9b92e4 + 349748a commit 55116a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/office/portfolio/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ let
in
stdenv.mkDerivation rec {
pname = "PortfolioPerformance";
version = "0.60.2";
version = "0.61.0";

src = fetchurl {
url = "https://github.com/buchen/portfolio/releases/download/${version}/PortfolioPerformance-${version}-linux.gtk.x86_64.tar.gz";
hash = "sha256-jSRZZufGi1wmdT7LeNutkO74bqln8uJ5TSEDCJyfPB4=";
hash = "sha256-lpKnhAF/VsbLOHkIy1TFqjT0yKlFMNsN+yMUmpBAZKY=";
};

nativeBuildInputs = [
Expand Down
2 changes: 1 addition & 1 deletion pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31634,7 +31634,7 @@ with pkgs;
polyphone = libsForQt5.callPackage ../applications/audio/polyphone { };

portfolio = callPackage ../applications/office/portfolio {
jre = openjdk11;
jre = openjdk17;
};

prevo = callPackage ../applications/misc/prevo { };
Expand Down

0 comments on commit 55116a4

Please sign in to comment.