Commit c4e4ca49 authored by R. RyanTM's avatar R. RyanTM
Browse files

concord: 2.2.1 -> 2.3.0

parent 81f25b10
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "concord";
  version = "2.2.1";
  version = "2.3.0";

  src = fetchFromGitHub {
    owner = "Cogmasters";
    repo = "concord";
    rev = "refs/tags/v${finalAttrs.version}";
    hash = "sha256-8k/W6007U1/s3vx03i1929a5RKZtpW/jOr4JDwmzwp8=";
    hash = "sha256-yTFGRnhDzxU+dPeZbCWlm52gsmEgD2el+46c8XQBQng=";
  };

  makeFlags = [ "PREFIX=${placeholder "out"}" ];