portfolio: 0.64.4 -> 0.64.5

https://github.com/buchen/portfolio/releases/tag/0.64.5
This commit is contained in:
kilianar 2023-07-23 22:27:21 +02:00
parent bc7a300e28
commit de2e43ac7b

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 = [