portfolio: 0.66.2 -> 0.67.0

This commit is contained in:
Shawn8901 2023-12-30 20:18:09 +01:00
parent 9fafaa3066
commit 6a5eb74568

View File

@ -27,11 +27,11 @@ let
in
stdenv.mkDerivation rec {
pname = "PortfolioPerformance";
version = "0.66.2";
version = "0.67.0";
src = fetchurl {
url = "https://github.com/buchen/portfolio/releases/download/${version}/PortfolioPerformance-${version}-linux.gtk.x86_64.tar.gz";
hash = "sha256-jUakjgprf561OVwBW25+/+q+r2CZ6H1iDM3n6w54IfI=";
hash = "sha256-bm38t8wgLEYZVDsMnOv3Wj6TgKu2s36wo8q0Sj7pPNI=";
};
nativeBuildInputs = [