summary refs log tree commit diff
path: root/pkgs/os-specific/linux/oci-seccomp-bpf-hook
diff options
context:
space:
mode:
authorSascha Grunert <sgrunert@redhat.com>2021-04-27 15:13:40 +0200
committerSascha Grunert <sgrunert@redhat.com>2021-04-27 15:13:40 +0200
commit1765c3008006e40a2795d4eea77298dfa380ccac (patch)
tree90ec95839147faeec7ddd79f57236fecf98b5b0d /pkgs/os-specific/linux/oci-seccomp-bpf-hook
parent1cf28a9f3bf55557bd8d0905556c288a95e885aa (diff)
downloadnixpkgs-1765c3008006e40a2795d4eea77298dfa380ccac.tar
nixpkgs-1765c3008006e40a2795d4eea77298dfa380ccac.tar.gz
nixpkgs-1765c3008006e40a2795d4eea77298dfa380ccac.tar.bz2
nixpkgs-1765c3008006e40a2795d4eea77298dfa380ccac.tar.lz
nixpkgs-1765c3008006e40a2795d4eea77298dfa380ccac.tar.xz
nixpkgs-1765c3008006e40a2795d4eea77298dfa380ccac.tar.zst
nixpkgs-1765c3008006e40a2795d4eea77298dfa380ccac.zip
linuxPackages.oci-seccomp-bpf-hook: 1.2.2 -> 1.2.3
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
Diffstat (limited to 'pkgs/os-specific/linux/oci-seccomp-bpf-hook')
-rw-r--r--pkgs/os-specific/linux/oci-seccomp-bpf-hook/default.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/pkgs/os-specific/linux/oci-seccomp-bpf-hook/default.nix b/pkgs/os-specific/linux/oci-seccomp-bpf-hook/default.nix
index 16dcfe9ba06..511dd162785 100644
--- a/pkgs/os-specific/linux/oci-seccomp-bpf-hook/default.nix
+++ b/pkgs/os-specific/linux/oci-seccomp-bpf-hook/default.nix
@@ -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" ];
   };
 }