Unverified Commit b4decc48 authored by Austin Horstman's avatar Austin Horstman Committed by GitHub
Browse files

portfolio: 0.75.1 -> 0.76.0 (#403357)

parents 278d299e ddb68344
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -21,6 +21,7 @@ let
    comment = "Calculate Investment Portfolio Performance";
    desktopName = "Portfolio Performance";
    categories = [ "Office" ];
    startupWMClass = "Portfolio Performance";
  };

  runtimeLibs = lib.makeLibraryPath [
@@ -33,11 +34,11 @@ let
in
stdenvNoCC.mkDerivation (finalAttrs: {
  pname = "PortfolioPerformance";
  version = "0.75.1";
  version = "0.76.0";

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

  nativeBuildInputs = [