Merge pull request #284619 from Shawn8901/update-portfolio

portfolio: 0.67.1 -> 0.67.2
This commit is contained in:
Nick Cao
2024-01-29 08:14:03 -05:00
committed by GitHub
@@ -27,11 +27,11 @@ let
in
stdenv.mkDerivation rec {
pname = "PortfolioPerformance";
version = "0.67.1";
version = "0.67.2";
src = fetchurl {
url = "https://github.com/buchen/portfolio/releases/download/${version}/PortfolioPerformance-${version}-linux.gtk.x86_64.tar.gz";
hash = "sha256-Bx1Q7eXJuu/Vh6UuZYlkUlvw6FXTObYAynHV+60cNVY=";
hash = "sha256-YmbnV5/wwaDiuDUTx00sIdbVgtqD8vtvpTNFxXutP3U=";
};
nativeBuildInputs = [