Merge pull request #115476 from r-ryantm/auto-update/PortfolioPerformance

portfolio: 0.50.4 -> 0.51.1
This commit is contained in:
Ryan Mulligan 2021-03-10 09:49:54 -08:00 committed by GitHub
commit dfc657230d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,11 +24,11 @@ let
in
stdenv.mkDerivation rec {
pname = "PortfolioPerformance";
version = "0.50.4";
version = "0.51.1";
src = fetchurl {
url = "https://github.com/buchen/portfolio/releases/download/${version}/PortfolioPerformance-${version}-linux.gtk.x86_64.tar.gz";
sha256 = "sha256-ZOw3Zyd6+fT/Z2tndRVqA8tVvgeq/TbdEdoAk9vSM0k=";
sha256 = "sha256-sQisFv+MVGod/gmF0/EWNDvYzkpF3qbDuL5eDr7w0Bs=";
};
nativeBuildInputs = [