Merge pull request #228181 from r-ryantm/auto-update/oci-seccomp-bpf-hook

oci-seccomp-bpf-hook: 1.2.8 -> 1.2.9

authored by

Weijia Wang and committed by
GitHub
3cbbd5c3 105d9279

+3 -3
+3 -3
pkgs/os-specific/linux/oci-seccomp-bpf-hook/default.nix
··· 10 10 11 11 buildGoModule rec { 12 12 pname = "oci-seccomp-bpf-hook"; 13 - version = "1.2.8"; 13 + version = "1.2.9"; 14 14 src = fetchFromGitHub { 15 15 owner = "containers"; 16 16 repo = "oci-seccomp-bpf-hook"; 17 17 rev = "v${version}"; 18 - sha256 = "sha256-0SSiVnCWs3NLefnmZn1oCc7nwTrSzDsyjPszVBRQVH0="; 18 + sha256 = "sha256-KPO9xqLgPML6smoO7P50yP81b4iCvRFIR74ciUiva7o="; 19 19 }; 20 - vendorSha256 = null; 20 + vendorHash = null; 21 21 22 22 outputs = [ "out" "man" ]; 23 23 nativeBuildInputs = [