portfolio: 0.67.0 -> 0.67.1

https://github.com/portfolio-performance/portfolio/releases/tag/0.67.1
This commit is contained in:
kilianar
2024-01-09 09:20:54 +01:00
parent 6a9382b8d1
commit ac27bb0a73
@@ -27,11 +27,11 @@ let
in
stdenv.mkDerivation rec {
pname = "PortfolioPerformance";
version = "0.67.0";
version = "0.67.1";
src = fetchurl {
url = "https://github.com/buchen/portfolio/releases/download/${version}/PortfolioPerformance-${version}-linux.gtk.x86_64.tar.gz";
hash = "sha256-bm38t8wgLEYZVDsMnOv3Wj6TgKu2s36wo8q0Sj7pPNI=";
hash = "sha256-Bx1Q7eXJuu/Vh6UuZYlkUlvw6FXTObYAynHV+60cNVY=";
};
nativeBuildInputs = [