portfolio: 0.81.3 -> 0.81.5

https://github.com/portfolio-performance/portfolio/releases/tag/0.81.5
This commit is contained in:
kilianar
2026-02-08 18:53:24 +01:00
parent f976f73e36
commit 61157701bf
+2 -2
View File
@@ -34,11 +34,11 @@ let
in
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "PortfolioPerformance";
version = "0.81.3";
version = "0.81.5";
src = fetchurl {
url = "https://github.com/buchen/portfolio/releases/download/${finalAttrs.version}/PortfolioPerformance-${finalAttrs.version}-linux.gtk.x86_64.tar.gz";
hash = "sha256-EADMAO5F8yrOFruGRd9JtRPywwUbaJ0qQa7RyCYHp8M=";
hash = "sha256-/i0lcF5xDCaZgr/LJriojzQzMLqV1ULT+rBmEXVMsx0=";
};
nativeBuildInputs = [