concord: 2.2.1 -> 2.3.0

This commit is contained in:
R. Ryantm 2024-09-14 00:38:16 +00:00
parent 81f25b1083
commit c4e4ca4944

View File

@ -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"}" ];