portfolio: 0.76.3 -> 0.77.1

https://github.com/portfolio-performance/portfolio/releases/tag/0.77.1
This commit is contained in:
kilianar 2025-06-09 15:30:19 +02:00
parent d92e71021b
commit 1c739b2c61

View File

@ -34,11 +34,11 @@ let
in in
stdenvNoCC.mkDerivation (finalAttrs: { stdenvNoCC.mkDerivation (finalAttrs: {
pname = "PortfolioPerformance"; pname = "PortfolioPerformance";
version = "0.76.3"; version = "0.77.1";
src = fetchurl { src = fetchurl {
url = "https://github.com/buchen/portfolio/releases/download/${finalAttrs.version}/PortfolioPerformance-${finalAttrs.version}-linux.gtk.x86_64.tar.gz"; url = "https://github.com/buchen/portfolio/releases/download/${finalAttrs.version}/PortfolioPerformance-${finalAttrs.version}-linux.gtk.x86_64.tar.gz";
hash = "sha256-HbmNIRKNV1vmDX6PdjBvBNfyLP/pqtRCZRBHNADyiqM="; hash = "sha256-gD8tUOsuce0qxBDByOddoPqCqUkPfgGbbnAa+SLJnVU=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [