Merge pull request #120861 from saschagrunert/oci-seccomp-bpf-hook

linuxPackages.oci-seccomp-bpf-hook: 1.2.2 -> 1.2.3
This commit is contained in:
Sandro 2021-04-30 13:58:45 +02:00 committed by GitHub
commit 4577d77155
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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" ];
};
}