File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
pkgs/by-name/po/portfolio Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 77 lib ,
88 libsecret ,
99 makeDesktopItem ,
10- openjdk17 ,
10+ openjdk21 ,
1111 stdenvNoCC ,
1212 webkitgtk_4_0 ,
1313 wrapGAppsHook3 ,
3333in
3434stdenvNoCC . 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
You can’t perform that action at this time.
0 commit comments