Commit b77dcf46 authored by Michael Raskin's avatar Michael Raskin
Browse files

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

Fixes a buffer overflow detected by hardening and breaking dmtxwrite
parent 18a3ea7d
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -10,13 +10,13 @@

stdenv.mkDerivation rec {
  pname = "dmtx-utils";
  version = "0.7.6";
  version = "0.7.6-unstable-2023-09-21";

  src = fetchFromGitHub {
    owner = "dmtx";
    repo = "dmtx-utils";
    rev = "v${version}";
    sha256 = "06m3qncqdlcnmw83n95yrx2alaq6bld320ax26z4ndnla41yk0p4";
    rev = "057faa00143c152e8e21c29a36137f771614daed";
    hash = "sha256-uXzPAv6DappyHBNmsTg6qRUvtUUdP1IPOdDvIcevfco=";
  };

  nativeBuildInputs = [ autoreconfHook pkg-config ];