portfolio: 0.68.4 -> 0.69.0

https://github.com/portfolio-performance/portfolio/releases/tag/0.69.0
This commit is contained in:
kilianar
2024-06-13 11:21:24 +02:00
parent a44be3e9cf
commit fb28cf9c40
@@ -27,11 +27,11 @@ let
in
stdenv.mkDerivation rec {
pname = "PortfolioPerformance";
version = "0.68.4";
version = "0.69.0";
src = fetchurl {
url = "https://github.com/buchen/portfolio/releases/download/${version}/PortfolioPerformance-${version}-linux.gtk.x86_64.tar.gz";
hash = "sha256-E4uVI2MJ2tD2wuAxxzCZSmNRbKTTzhi44c4ip7uEhCk=";
hash = "sha256-5U1MGZ/CWI0m1utXCak6qWEHIFwMvZSqRt4qrUPCqVo=";
};
nativeBuildInputs = [