tetragon: 0.1.1 -> 1.2.0 (#356642)

authored by Peder Bergebakken Sundt and committed by GitHub bd28c20f c9fa9802

+6 -1
+6 -1
pkgs/by-name/te/tetragon/package.nix
··· 10 10 11 11 stdenv.mkDerivation (finalAttrs: { 12 12 pname = "tetragon"; 13 - version = "0.11.0"; 13 + version = "1.2.0"; 14 14 15 15 src = fetchFromGitHub { 16 16 owner = "cilium"; ··· 39 39 make tetragon-bpf 40 40 runHook postBuild 41 41 ''; 42 + 43 + # For BPF compilation 44 + hardeningDisable = [ 45 + "zerocallusedregs" 46 + ]; 42 47 43 48 postPatch = '' 44 49 substituteInPlace bpf/Makefile --replace '/bin/bash' '${lib.getExe bash}'