Merge pull request #249099 from kilianar/portfolio-0.65.0

portfolio: 0.64.5 -> 0.65.0
This commit is contained in:
Nick Cao 2023-08-14 18:12:45 -06:00 committed by GitHub
commit d93d2eb0a0
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.64.5";
version = "0.65.0";
src = fetchurl {
url = "https://github.com/buchen/portfolio/releases/download/${version}/PortfolioPerformance-${version}-linux.gtk.x86_64.tar.gz";
hash = "sha256-dF8w5JyUNypLyPqFC6dWLArPjykvy9BPZnHYs6lyYQM=";
hash = "sha256-a1LL8RCxItrtsyQrJSbMEBPUwxKK6t8FXdFEhxGdvxw=";
};
nativeBuildInputs = [