Unverified Commit e0376ec8 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #294351 from kilianar/portfolio-0.68.0

portfolio: 0.67.3 -> 0.68.0
parents a21b3a7d 1495f6e9
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.67.3";
  version = "0.68.0";

  src = fetchurl {
    url = "https://github.com/buchen/portfolio/releases/download/${version}/PortfolioPerformance-${version}-linux.gtk.x86_64.tar.gz";
    hash = "sha256-WqWrerEBaaXA9vhpVHEyMZdAxajeOPANFyUeK42cXUU=";
    hash = "sha256-AzWbmew1kleFdhX1IYHwxzNGEe8rw3rvRKGtF9J7tWw=";
  };

  nativeBuildInputs = [