Merge pull request #221585 from r-ryantm/auto-update/portfolio

portfolio: 0.61.3 -> 0.61.4
This commit is contained in:
Weijia Wang 2023-03-17 22:09:05 +02:00 committed by GitHub
commit 9943682b02
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.61.3";
version = "0.61.4";
src = fetchurl {
url = "https://github.com/buchen/portfolio/releases/download/${version}/PortfolioPerformance-${version}-linux.gtk.x86_64.tar.gz";
hash = "sha256-OtFHTZQ+K3CQPEcuirvp8MmW9IC5lEpg42A6FSZVTTA=";
hash = "sha256-VXna2ofhh8Hcyfp9+ekXHs68xcXF7HdcJNagJlzPV6c=";
};
nativeBuildInputs = [