dmtx-utils: 0.7.6 -> 0.7.6-unstable-2023-09-21

Fixes a buffer overflow detected by hardening and breaking dmtxwrite

+3 -3
+3 -3
pkgs/tools/graphics/dmtx-utils/default.nix
··· 10 10 11 11 stdenv.mkDerivation rec { 12 12 pname = "dmtx-utils"; 13 - version = "0.7.6"; 13 + version = "0.7.6-unstable-2023-09-21"; 14 14 15 15 src = fetchFromGitHub { 16 16 owner = "dmtx"; 17 17 repo = "dmtx-utils"; 18 - rev = "v${version}"; 19 - sha256 = "06m3qncqdlcnmw83n95yrx2alaq6bld320ax26z4ndnla41yk0p4"; 18 + rev = "057faa00143c152e8e21c29a36137f771614daed"; 19 + hash = "sha256-uXzPAv6DappyHBNmsTg6qRUvtUUdP1IPOdDvIcevfco="; 20 20 }; 21 21 22 22 nativeBuildInputs = [ autoreconfHook pkg-config ];