compactor: adds patch for failing test

Adds the patch
f7deaf89f5
, which fixes the test failure when updating to Wireshark 4.6.0.
This commit is contained in:
eyjhb
2025-10-25 13:12:45 +02:00
parent 7a0d05be3e
commit c2fc311cf1

View File

@@ -2,6 +2,7 @@
lib, lib,
stdenv, stdenv,
fetchFromGitHub, fetchFromGitHub,
fetchpatch,
asciidoctor, asciidoctor,
autoreconfHook, autoreconfHook,
pkg-config, pkg-config,
@@ -42,6 +43,12 @@ stdenv.mkDerivation rec {
# https://github.com/dns-stats/compactor/pull/91 # https://github.com/dns-stats/compactor/pull/91
./patches/update-golden-cbor2diag-output.patch ./patches/update-golden-cbor2diag-output.patch
# https://github.com/dns-stats/compactor/commit/f7deaf89f55a12c586b6662a3a7d04b10a4c7bcb
(fetchpatch {
url = "https://github.com/dns-stats/compactor/commit/f7deaf89f55a12c586b6662a3a7d04b10a4c7bcb.patch";
hash = "sha256-eEaVS5rfrLkRGc668PwVfb/xw3n1SoCm30xEf1NjbeY=";
})
]; ];
nativeBuildInputs = [ nativeBuildInputs = [