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

This commit is contained in:
R. Ryantm 2023-04-25 19:32:13 +00:00
parent 5167d6f405
commit 3071232f9f

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 = [