portfolio: 0.60.1 -> 0.60.2

https://github.com/buchen/portfolio/releases/tag/0.60.2
This commit is contained in:
kilianar 2023-01-11 23:43:41 +01:00
parent 10be82858c
commit 2d430021f1

View file

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