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

Merge pull request #243525 from kilianar/portfolio-0.64.2

portfolio: 0.64.1 -> 0.64.4
parents 221613f4 e4918dba
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.64.1";
  version = "0.64.4";

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

  nativeBuildInputs = [