Merge pull request #236147 from Shawn8901/update-portfolio

portfolio: 0.62.1 -> 0.63.1
This commit is contained in:
figsoda 2023-06-06 10:05:54 -04:00 committed by GitHub
commit 3ad6550749
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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