portfolio: 0.59.3 -> 0.59.4

This commit is contained in:
R. Ryantm 2022-11-22 21:18:10 +00:00 committed by Bobby Rong
parent 8b01db3556
commit 6fa4fa6508

View File

@ -26,11 +26,11 @@ let
in
stdenv.mkDerivation rec {
pname = "PortfolioPerformance";
version = "0.59.3";
version = "0.59.4";
src = fetchurl {
url = "https://github.com/buchen/portfolio/releases/download/${version}/PortfolioPerformance-${version}-linux.gtk.x86_64.tar.gz";
sha256 = "sha256-HYzDenWicKbYTEWGaTtoEoruLrqPCxx64eLJBEHC+A0=";
sha256 = "sha256-Yjp69p1UCLkGgTm8jn/sJfh2dYSKVbHdi1OLIYeB18w=";
};
nativeBuildInputs = [