Commit 5145670b authored by R. RyanTM's avatar R. RyanTM
Browse files

clpeak: 1.1.4 -> 1.1.5

parent e23c230d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,14 +9,14 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "clpeak";
  version = "1.1.4";
  version = "1.1.5";

  src = fetchFromGitHub {
    owner = "krrishnarraj";
    repo = "clpeak";
    tag = finalAttrs.version;
    fetchSubmodules = true;
    hash = "sha256-unQLZ5EExL9lU2XuYLJjASeFzDA74+TnU0CQTWyNYiQ=";
    hash = "sha256-q4L7qoxE0udR6I8gXsc19IAB+wH7YRjgbIGOsdUXzgs=";
  };

  nativeBuildInputs = [ cmake ];