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

oci-seccomp-bpf-hook: 1.2.8 -> 1.2.9
This commit is contained in:
Weijia Wang 2023-04-26 01:08:49 +03:00 committed by GitHub
commit 3cbbd5c313
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,14 +10,14 @@
buildGoModule rec {
pname = "oci-seccomp-bpf-hook";
version = "1.2.8";
version = "1.2.9";
src = fetchFromGitHub {
owner = "containers";
repo = "oci-seccomp-bpf-hook";
rev = "v${version}";
sha256 = "sha256-0SSiVnCWs3NLefnmZn1oCc7nwTrSzDsyjPszVBRQVH0=";
sha256 = "sha256-KPO9xqLgPML6smoO7P50yP81b4iCvRFIR74ciUiva7o=";
};
vendorSha256 = null;
vendorHash = null;
outputs = [ "out" "man" ];
nativeBuildInputs = [