Skip to content

Commit ce60dba

Browse files
committed
1 parent 73710fe commit ce60dba

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pkgs/by-name/po/portfolio/package.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
lib,
88
libsecret,
99
makeDesktopItem,
10-
openjdk17,
10+
openjdk21,
1111
stdenvNoCC,
1212
webkitgtk_4_0,
1313
wrapGAppsHook3,
@@ -33,11 +33,11 @@ let
3333
in
3434
stdenvNoCC.mkDerivation (finalAttrs: {
3535
pname = "PortfolioPerformance";
36-
version = "0.71.2";
36+
version = "0.72.2";
3737

3838
src = fetchurl {
3939
url = "https://github.com/buchen/portfolio/releases/download/${finalAttrs.version}/PortfolioPerformance-${finalAttrs.version}-linux.gtk.x86_64.tar.gz";
40-
hash = "sha256-TVrxYz6hFWn2C0CrBnNCPxkfQkTjCXkNSeQp6eC/fjc=";
40+
hash = "sha256-IYidpwN82j/XKUV+Z3V2pNkxTh9BTTCYD+322ILxZgU=";
4141
};
4242

4343
nativeBuildInputs = [
@@ -54,7 +54,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
5454
5555
makeWrapper $out/portfolio/PortfolioPerformance $out/bin/portfolio \
5656
--prefix LD_LIBRARY_PATH : "${runtimeLibs}" \
57-
--prefix PATH : ${openjdk17}/bin
57+
--prefix PATH : ${openjdk21}/bin
5858
5959
# Create desktop item
6060
mkdir -p $out/share/applications

0 commit comments

Comments
 (0)