portfolio: 0.61.0 -> 0.61.3

https://github.com/buchen/portfolio/releases/tag/0.61.3
This commit is contained in:
kilianar 2023-02-24 22:56:43 +01:00
parent da14fd71c6
commit 20121a6117

View File

@ -27,11 +27,11 @@ let
in
stdenv.mkDerivation rec {
pname = "PortfolioPerformance";
version = "0.61.0";
version = "0.61.3";
src = fetchurl {
url = "https://github.com/buchen/portfolio/releases/download/${version}/PortfolioPerformance-${version}-linux.gtk.x86_64.tar.gz";
hash = "sha256-lpKnhAF/VsbLOHkIy1TFqjT0yKlFMNsN+yMUmpBAZKY=";
hash = "sha256-OtFHTZQ+K3CQPEcuirvp8MmW9IC5lEpg42A6FSZVTTA=";
};
nativeBuildInputs = [