Merge pull request #131597 from felschr/feat/portfolio

portfolio: 0.53.1 -> 0.54.1
This commit is contained in:
Sandro 2021-07-27 08:57:21 +00:00 committed by GitHub
commit 0cb929f663
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,11 +24,11 @@ let
in
stdenv.mkDerivation rec {
pname = "PortfolioPerformance";
version = "0.53.1";
version = "0.54.1";
src = fetchurl {
url = "https://github.com/buchen/portfolio/releases/download/${version}/PortfolioPerformance-${version}-linux.gtk.x86_64.tar.gz";
sha256 = "0hddq1nijxhr6kgf7gydw0nh07lh86fs8srkhm29ik4hmv8ch19p";
sha256 = "16sv938sdbs01byqwngrfqmzb81zfhvk72ar53l68cg8qjvzs5ml";
};
nativeBuildInputs = [