Merge pull request #294351 from kilianar/portfolio-0.68.0

portfolio: 0.67.3 -> 0.68.0
This commit is contained in:
Mario Rodas
2024-03-09 06:14:30 -05:00
committed by GitHub
@@ -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 = [