tetragon 0.11.0 -> 1.0.2 https://github.com/cilium/tetragon/releases attrpath: tetragon Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/by-name/te/tetragon/package.nix b/pkgs/by-name/te/tetragon/package.nix index cbb940da53e4..933168b7b674 100644 --- a/pkgs/by-name/te/tetragon/package.nix +++ b/pkgs/by-name/te/tetragon/package.nix @@ -10,13 +10,13 @@ stdenv.mkDerivation (finalAttrs: { pname = "tetragon"; - version = "0.11.0"; + version = "1.0.2"; src = fetchFromGitHub { owner = "cilium"; repo = "tetragon"; rev = "refs/tags/v${finalAttrs.version}"; - sha256 = "sha256-KOR5MMRnhrlcMPqRjzjSJXvitiZQ8/tlxEnBiQG2x/Q="; + sha256 = "sha256-hboEM3VtHeUfNrYz8OwtSce6zvOlZ2PgIg9KT/VlFXk="; }; buildInputs = [ Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A tetragon nix build failed. Running phase: patchPhase substituteStream(): WARNING: '--replace' is deprecated, use --replace-{fail,warn,quiet}. (file 'bpf/Makefile') substituteStream(): WARNING: pattern /bin/bash doesn't match anything in file 'bpf/Makefile' @nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" } Running phase: updateAutotoolsGnuConfigScriptsPhase @nix { "action": "setPhase", "phase": "configurePhase" } Running phase: configurePhase no configure script, doing nothing @nix { "action": "setPhase", "phase": "buildPhase" } Running phase: buildPhase sh: line 1: docker: command not found make: git: No such file or directory CGO_ENABLED=0 GOARCH=amd64 go build -ldflags "-X 'github.com/cilium/tetragon/pkg/version.Version=' -s -w" -mod=vendor ./cmd/tetragon/ sh: line 1: docker: command not found make: git: No such file or directory CGO_ENABLED=0 GOARCH=amd64 go build -ldflags "-X 'github.com/cilium/tetragon/pkg/version.Version=' -s -w" -mod=vendor -o tetragon-operator ./operator sh: line 1: docker: command not found make: git: No such file or directory CGO_ENABLED=0 GOARCH=amd64 go build -ldflags "-X 'github.com/cilium/tetragon/pkg/version.Version=' -s -w" -mod=vendor ./cmd/tetra/ sh: line 1: docker: command not found make -C ./bpf BPF_TARGET_ARCH=x86 -j24 make[1]: Entering directory '/build/source/bpf' make[1]: /bin/bash: No such file or directory mkdir deps/ make[1]: /bin/bash: No such file or directory mkdir objs/ make[1]: /bin/bash: No such file or directory make[1]: *** No rule to make target 'deps/', needed by 'deps/bpf_alignchecker.d'. Stop. make[1]: Leaving directory '/build/source/bpf' make: *** [Makefile:153: tetragon-bpf-local] Error 2