Merge pull request #285769 from kilianar/portfolio-0.67.3

portfolio: 0.67.2 -> 0.67.3
This commit is contained in:
Nick Cao 2024-02-02 10:32:02 -05:00 committed by GitHub
commit 4dee8c92bd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,11 +27,11 @@ let
in
stdenv.mkDerivation rec {
pname = "PortfolioPerformance";
version = "0.67.2";
version = "0.67.3";
src = fetchurl {
url = "https://github.com/buchen/portfolio/releases/download/${version}/PortfolioPerformance-${version}-linux.gtk.x86_64.tar.gz";
hash = "sha256-YmbnV5/wwaDiuDUTx00sIdbVgtqD8vtvpTNFxXutP3U=";
hash = "sha256-WqWrerEBaaXA9vhpVHEyMZdAxajeOPANFyUeK42cXUU=";
};
nativeBuildInputs = [