Merge pull request #245084 from kilianar/portfolio-0.64.5

portfolio: 0.64.4 -> 0.64.5
This commit is contained in:
Mario Rodas 2023-07-23 17:22:00 -05:00 committed by GitHub
commit 5a6f2c09ef
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.4";
version = "0.64.5";
src = fetchurl {
url = "https://github.com/buchen/portfolio/releases/download/${version}/PortfolioPerformance-${version}-linux.gtk.x86_64.tar.gz";
hash = "sha256-RjwZVJxPVbSlC0huGsreMdKDFV97bshoGA302u4N0Vk=";
hash = "sha256-dF8w5JyUNypLyPqFC6dWLArPjykvy9BPZnHYs6lyYQM=";
};
nativeBuildInputs = [