portfolio: 0.65.6 -> 0.66.2

https://github.com/portfolio-performance/portfolio/releases/tag/0.66.2
This commit is contained in:
kilianar 2023-12-13 15:46:14 +01:00 committed by Robert Helgesson
parent 62856d6bd8
commit 7424210c59

View File

@ -27,11 +27,11 @@ let
in
stdenv.mkDerivation rec {
pname = "PortfolioPerformance";
version = "0.65.6";
version = "0.66.2";
src = fetchurl {
url = "https://github.com/buchen/portfolio/releases/download/${version}/PortfolioPerformance-${version}-linux.gtk.x86_64.tar.gz";
hash = "sha256-sI2DqhR9LmXxjkkMTDiMG/f/QXcBVPmEjbHFsmEP8qE=";
hash = "sha256-jUakjgprf561OVwBW25+/+q+r2CZ6H1iDM3n6w54IfI=";
};
nativeBuildInputs = [