Merge pull request #166372 from r-ryantm/auto-update/cmt

cmt: 1.17 -> 1.18
This commit is contained in:
Ryan Mulligan 2023-01-04 22:28:50 -08:00 committed by GitHub
commit 17b0cf40e3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,11 +5,11 @@
stdenv.mkDerivation rec {
pname = "cmt";
version = "1.17";
version = "1.18";
src = fetchurl {
url = "http://www.ladspa.org/download/cmt_${version}.tgz";
sha256 = "07xd0xmwpa0j12813jpf87fr9hwzihii5l35mp8ady7xxfmxfmpb";
sha256 = "sha256-qC+GNt4fSto4ahmaAXqc13Wkm0nnFrEejdP3I8k99so=";
};
buildInputs = [ ladspaH ];