linuxPackages.oci-seccomp-bpf-hook: 1.2.2 -> 1.2.3

Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
This commit is contained in:
Sascha Grunert 2021-04-27 15:13:40 +02:00
parent 1cf28a9f3b
commit 1765c30080
No known key found for this signature in database
GPG key ID: 09D97D153EF94D93

View file

@ -10,12 +10,12 @@
buildGoModule rec {
pname = "oci-seccomp-bpf-hook";
version = "1.2.2";
version = "1.2.3";
src = fetchFromGitHub {
owner = "containers";
repo = "oci-seccomp-bpf-hook";
rev = "v${version}";
sha256 = "sha256-SRphs8zwKz6jlAixVZkHdww0jroaBNK82kSLj1gs6Wg=";
sha256 = "sha256-EKD6tkdQCPlVlb9ScvRwDxYAtbbv9PIqBHH6SvtPDsE=";
};
vendorSha256 = null;
@ -56,6 +56,5 @@ buildGoModule rec {
license = licenses.asl20;
maintainers = with maintainers; [ saschagrunert ];
platforms = platforms.linux;
badPlatforms = [ "aarch64-linux" ];
};
}