9 stdenv.mkDerivation rec {
13 src = fetchFromGitHub {
17 sha256 = "sha256-UQy8iFfl8BNT5cBUMVF1tIScFPfHekSofaebtel9JWk=";
26 description = "Open source software for reading and writing Data Matrix barcodes";
27 homepage = "https://github.com/dmtx/libdmtx";
28 changelog = "https://github.com/dmtx/libdmtx/blob/v${version}/ChangeLog";
29 platforms = lib.platforms.all;
31 license = lib.licenses.bsd2;