nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

[25.11] qdrant: apply patch for CVE-2026-25628 (#490841)

authored by

Vladimír Čunát and committed by
GitHub
efecd78f efc1004a

+9
+9
pkgs/by-name/qd/qdrant/package.nix
··· 2 2 lib, 3 3 rustPlatform, 4 4 fetchFromGitHub, 5 + fetchpatch, 5 6 protobuf, 6 7 pkg-config, 7 8 openssl, ··· 24 23 }; 25 24 26 25 cargoHash = "sha256-U5CPqwsYW6QCGg2mFKzX50imnrvfGNSuFtYkwAB1OE4="; 26 + 27 + patches = [ 28 + (fetchpatch { 29 + name = "CVE-2026-25628.patch"; 30 + url = "https://github.com/qdrant/qdrant/commit/32b7fdfb7f542624ecd1f7c8d3e2b13c4e36a2c1.patch"; 31 + hash = "sha256-dXbWWRzODpUU3PhTD8935KH9G2I+sw/l/hKGECN5yVw="; 32 + }) 33 + ]; 27 34 28 35 nativeBuildInputs = [ 29 36 protobuf