portfolio: 0.65.4 -> 0.65.5

https://github.com/portfolio-performance/portfolio/releases/tag/0.65.5
This commit is contained in:
kilianar 2023-11-05 00:16:01 +01:00
parent e50bf86997
commit 9518abf6ce

View File

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