portfolio: 0.76.2 -> 0.76.3 (#408538)

Co-authored-by: kilianar <kilianar@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-05-22 10:00:39 +00:00 committed by GitHub
commit 98ed07ac28
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -34,11 +34,11 @@ let
in in
stdenvNoCC.mkDerivation (finalAttrs: { stdenvNoCC.mkDerivation (finalAttrs: {
pname = "PortfolioPerformance"; pname = "PortfolioPerformance";
version = "0.76.2"; version = "0.76.3";
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-Kb57COhAYOTZvRNriPw6ZGKczENz+RCnWs+P8rtJyeY="; hash = "sha256-HbmNIRKNV1vmDX6PdjBvBNfyLP/pqtRCZRBHNADyiqM=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [