oci-seccomp-bpf-hook: 1.2.8 -> 1.2.9
This commit is contained in:
parent
5167d6f405
commit
3071232f9f
1 changed files with 3 additions and 3 deletions
|
@ -10,14 +10,14 @@
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "oci-seccomp-bpf-hook";
|
pname = "oci-seccomp-bpf-hook";
|
||||||
version = "1.2.8";
|
version = "1.2.9";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "containers";
|
owner = "containers";
|
||||||
repo = "oci-seccomp-bpf-hook";
|
repo = "oci-seccomp-bpf-hook";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-0SSiVnCWs3NLefnmZn1oCc7nwTrSzDsyjPszVBRQVH0=";
|
sha256 = "sha256-KPO9xqLgPML6smoO7P50yP81b4iCvRFIR74ciUiva7o=";
|
||||||
};
|
};
|
||||||
vendorSha256 = null;
|
vendorHash = null;
|
||||||
|
|
||||||
outputs = [ "out" "man" ];
|
outputs = [ "out" "man" ];
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
|
Loading…
Reference in a new issue