portfolio: 0.82.1 -> 0.83.0

https://github.com/portfolio-performance/portfolio/releases/tag/0.83.0
This commit is contained in:
kilianar
2026-04-12 17:42:28 +02:00
parent 53e39d1231
commit 008aa1a7e2
+2 -2
View File
@@ -35,11 +35,11 @@ let
in
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "PortfolioPerformance";
version = "0.82.1";
version = "0.83.0";
src = fetchurl {
url = "https://github.com/buchen/portfolio/releases/download/${finalAttrs.version}/PortfolioPerformance-${finalAttrs.version}-linux.gtk.x86_64.tar.gz";
hash = "sha256-3uzVNQ4Es08teM45U4QBXLChDaBvcnG9vR4qI22TemU=";
hash = "sha256-C67cbOX4AQyl6rcWo+LVDEVuD+k59pJy9mbytrKt1Ls=";
};
nativeBuildInputs = [