p4c 1.2.4.1 -> 1.2.4.6 https://github.com/p4lang/p4c/releases attrpath: p4c 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/development/compilers/p4c/default.nix b/pkgs/development/compilers/p4c/default.nix index 99ec78c6ecee..f0364f1bad18 100644 --- a/pkgs/development/compilers/p4c/default.nix +++ b/pkgs/development/compilers/p4c/default.nix @@ -27,13 +27,13 @@ let in stdenv.mkDerivation (finalAttrs: { pname = "p4c"; - version = "1.2.4.1"; + version = "1.2.4.6"; src = fetchFromGitHub { owner = "p4lang"; repo = "p4c"; rev = "v${finalAttrs.version}"; - hash = "sha256-Whdryz1Gt0ymE7cj+mI95lW3Io9yBvLqcWa04gu5zEw="; + hash = "sha256-7/oQAfr4iATJd7ikKIlAeuY4ZHpwEHSu0mpxfTgVfxY="; fetchSubmodules = true; }; Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A p4c nix build failed. error: downloading 'https://github.com/protocolbuffers/protobuf/releases/download/v21.12/protoc-21.12-linux-x86_64.zip' failed status_code: 6 status_string: "Couldn't resolve host name" log: --- LOG BEGIN --- Could not resolve host: github.com Closing connection --- LOG END --- make[2]: *** [CMakeFiles/protoc-populate.dir/build.make:100: protoc-populate-prefix/src/protoc-populate-stamp/protoc-populate-download] Error 1 make[1]: *** [CMakeFiles/Makefile2:83: CMakeFiles/protoc-populate.dir/all] Error 2 make: *** [Makefile:91: all] Error 2 CMake Error at /nix/store/4vq5ggsg1vmfs09r4sqbidmgvqlxrv14-cmake-3.27.8/share/cmake-3.27/Modules/FetchContent.cmake:1662 (message): Build step for protoc failed: 2 Call Stack (most recent call first): /nix/store/4vq5ggsg1vmfs09r4sqbidmgvqlxrv14-cmake-3.27.8/share/cmake-3.27/Modules/FetchContent.cmake:1802:EVAL:2 (__FetchContent_directPopulate) /nix/store/4vq5ggsg1vmfs09r4sqbidmgvqlxrv14-cmake-3.27.8/share/cmake-3.27/Modules/FetchContent.cmake:1802 (cmake_language) /nix/store/4vq5ggsg1vmfs09r4sqbidmgvqlxrv14-cmake-3.27.8/share/cmake-3.27/Modules/FetchContent.cmake:2016 (FetchContent_Populate) cmake/Protobuf.cmake:75 (fetchcontent_makeavailable) CMakeLists.txt:140 (p4c_obtain_protobuf)  -- Configuring incomplete, errors occurred!