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

Fixes a buffer overflow detected by hardening and breaking dmtxwrite
This commit is contained in:
Michael Raskin 2024-02-14 04:59:51 +01:00
parent 18a3ea7d49
commit b77dcf4628

View File

@ -10,13 +10,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "dmtx-utils"; pname = "dmtx-utils";
version = "0.7.6"; version = "0.7.6-unstable-2023-09-21";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "dmtx"; owner = "dmtx";
repo = "dmtx-utils"; repo = "dmtx-utils";
rev = "v${version}"; rev = "057faa00143c152e8e21c29a36137f771614daed";
sha256 = "06m3qncqdlcnmw83n95yrx2alaq6bld320ax26z4ndnla41yk0p4"; hash = "sha256-uXzPAv6DappyHBNmsTg6qRUvtUUdP1IPOdDvIcevfco=";
}; };
nativeBuildInputs = [ autoreconfHook pkg-config ]; nativeBuildInputs = [ autoreconfHook pkg-config ];