From 870ad88b6c2451a0ccd470dbd70bd34b9684e384 Mon Sep 17 00:00:00 2001 From: Dominique Martinet Date: Thu, 6 Oct 2022 07:15:03 +0900 Subject: [PATCH] libbpf: disable auto updates for 0.8 branch --- pkgs/os-specific/linux/libbpf/0.x.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pkgs/os-specific/linux/libbpf/0.x.nix b/pkgs/os-specific/linux/libbpf/0.x.nix index 2c15e3d49ee..480e78d0803 100644 --- a/pkgs/os-specific/linux/libbpf/0.x.nix +++ b/pkgs/os-specific/linux/libbpf/0.x.nix @@ -7,6 +7,11 @@ , nixosTests }: +# update bot does not seem to limit updates here to 0.8.x despite +# the all-packages derivation being libbpf_0 as the libbpf base alias +# is still present: just disable it for 0.x: +# nixpkgs-update: no auto update + stdenv.mkDerivation rec { pname = "libbpf"; version = "0.8.1";