portfolio: 0.67.3 -> 0.68.0

https://github.com/portfolio-performance/portfolio/releases/tag/0.68.0
This commit is contained in:
kilianar
2024-03-08 21:35:31 +01:00
parent 6f70845914
commit 1495f6e9f8
@@ -27,11 +27,11 @@ let
in
stdenv.mkDerivation rec {
pname = "PortfolioPerformance";
version = "0.67.3";
version = "0.68.0";
src = fetchurl {
url = "https://github.com/buchen/portfolio/releases/download/${version}/PortfolioPerformance-${version}-linux.gtk.x86_64.tar.gz";
hash = "sha256-WqWrerEBaaXA9vhpVHEyMZdAxajeOPANFyUeK42cXUU=";
hash = "sha256-AzWbmew1kleFdhX1IYHwxzNGEe8rw3rvRKGtF9J7tWw=";
};
nativeBuildInputs = [