Merge pull request #259545 from kilianar/portfolio-0.65.4

portfolio: 0.65.3 -> 0.65.4
This commit is contained in:
Nick Cao 2023-10-07 12:18:52 -04:00 committed by GitHub
commit 41d8fd4dc4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,11 +27,11 @@ let
in
stdenv.mkDerivation rec {
pname = "PortfolioPerformance";
version = "0.65.3";
version = "0.65.4";
src = fetchurl {
url = "https://github.com/buchen/portfolio/releases/download/${version}/PortfolioPerformance-${version}-linux.gtk.x86_64.tar.gz";
hash = "sha256-xAbfyjQ0MPNDC6UJthCLtu8nfI/AdtludvejA32/dIQ=";
hash = "sha256-2+1lwaO2+kq/EjJoA4EvGCMLH6iErR9KtWINLoO17+w=";
};
nativeBuildInputs = [