libbpf: disable auto updates for 0.8 branch

This commit is contained in:
Dominique Martinet 2022-10-06 07:15:03 +09:00 committed by zowoq
parent aeff75a5f9
commit 870ad88b6c

View file

@ -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";