portfolio: 0.60.0 -> 0.60.1

https://github.com/buchen/portfolio/releases/tag/0.60.1
This commit is contained in:
kilianar 2022-12-29 23:13:13 +01:00
parent 6c2f041010
commit 55fec28232

View File

@ -27,11 +27,11 @@ let
in
stdenv.mkDerivation rec {
pname = "PortfolioPerformance";
version = "0.60.0";
version = "0.60.1";
src = fetchurl {
url = "https://github.com/buchen/portfolio/releases/download/${version}/PortfolioPerformance-${version}-linux.gtk.x86_64.tar.gz";
sha256 = "sha256-L4ZLlxHsnJrvrrrX56Z+agjnaMl472Izm4Un1uaNqZA=";
sha256 = "sha256-Lyo/T8df7tIc+h8MFh6yL+I+2W6On/C5PguNZfQAu9s=";
};
nativeBuildInputs = [