portfolio: 0.75.1 -> 0.76.0

https://github.com/portfolio-performance/portfolio/releases/tag/0.76.0
This commit is contained in:
kilianar
2025-05-01 19:00:35 +02:00
parent 1fd4be7619
commit ddb683443d
+3 -2
View File
@@ -21,6 +21,7 @@ let
comment = "Calculate Investment Portfolio Performance";
desktopName = "Portfolio Performance";
categories = [ "Office" ];
startupWMClass = "Portfolio Performance";
};
runtimeLibs = lib.makeLibraryPath [
@@ -33,11 +34,11 @@ let
in
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "PortfolioPerformance";
version = "0.75.1";
version = "0.76.0";
src = fetchurl {
url = "https://github.com/buchen/portfolio/releases/download/${finalAttrs.version}/PortfolioPerformance-${finalAttrs.version}-linux.gtk.x86_64.tar.gz";
hash = "sha256-TIkEv8YEKgvi2DQ7vc90ZjyvVNOiMQvBhb8rqPT2Xl0=";
hash = "sha256-F3U6CU6hZktN2Lq9pPRAw7OSLubEz6ddTAym5azRj1c=";
};
nativeBuildInputs = [