portfolio: 0.67.2 -> 0.67.3

https://github.com/portfolio-performance/portfolio/releases/tag/0.67.3
This commit is contained in:
kilianar 2024-02-02 10:39:24 +01:00
parent d323f74a98
commit ee5e5d9c12

View File

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