Commit 7b400e8d authored by R. RyanTM's avatar R. RyanTM
Browse files

portfolio: 0.61.3 -> 0.61.4

parent 6c9e1708
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [