Unverified Commit 276fcd6d authored by Leona Maroni's avatar Leona Maroni Committed by GitHub
Browse files

Merge pull request #295931 from kilianar/portfolio-0.68.2

portfolio: 0.68.1 -> 0.68.2
parents f1cffc40 f373199d
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.68.1";
  version = "0.68.2";

  src = fetchurl {
    url = "https://github.com/buchen/portfolio/releases/download/${version}/PortfolioPerformance-${version}-linux.gtk.x86_64.tar.gz";
    hash = "sha256-ZXtBKc5vQz9fDyiG+DYOx7DsnnsORiltOacdx4AqFjg=";
    hash = "sha256-h/WCfF3jK/pkN911vxPe2xzGUfVY2Xy+3yJwoqBQ5mA=";
  };

  nativeBuildInputs = [