portfolio: 0.64.1 -> 0.64.4

https://github.com/buchen/portfolio/releases/tag/0.64.4
This commit is contained in:
kilianar 2023-07-14 20:15:50 +02:00
parent 75cfb4925a
commit e4918dbaab

View File

@ -27,11 +27,11 @@ let
in
stdenv.mkDerivation rec {
pname = "PortfolioPerformance";
version = "0.64.1";
version = "0.64.4";
src = fetchurl {
url = "https://github.com/buchen/portfolio/releases/download/${version}/PortfolioPerformance-${version}-linux.gtk.x86_64.tar.gz";
hash = "sha256-R3Cj24dZ2wD1c29zRLGnuJm3wfc9+n/sNNW316HT9N4=";
hash = "sha256-RjwZVJxPVbSlC0huGsreMdKDFV97bshoGA302u4N0Vk=";
};
nativeBuildInputs = [