p4c 1.2.4.1 -> 1.2.4.3 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 [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/compilers/p4c/default.nix b/pkgs/development/compilers/p4c/default.nix index 99ec78c6ecee..67616f10a56c 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.3"; src = fetchFromGitHub { owner = "p4lang"; repo = "p4c"; rev = "v${finalAttrs.version}"; - hash = "sha256-Whdryz1Gt0ymE7cj+mI95lW3Io9yBvLqcWa04gu5zEw="; + hash = "sha256-JZmHhumEKU/Kxhs3PGwducq7lIYLFea+zzNdtyXZiXk="; 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/yi235g10sp8jx939zpfli0s74154ph3v-cmake-3.26.4/share/cmake-3.26/Modules/FetchContent.cmake:1622 (message): Build step for protoc failed: 2 Call Stack (most recent call first): /nix/store/yi235g10sp8jx939zpfli0s74154ph3v-cmake-3.26.4/share/cmake-3.26/Modules/FetchContent.cmake:1762:EVAL:2 (__FetchContent_directPopulate) /nix/store/yi235g10sp8jx939zpfli0s74154ph3v-cmake-3.26.4/share/cmake-3.26/Modules/FetchContent.cmake:1762 (cmake_language) /nix/store/yi235g10sp8jx939zpfli0s74154ph3v-cmake-3.26.4/share/cmake-3.26/Modules/FetchContent.cmake:1976 (FetchContent_Populate) cmake/Protobuf.cmake:66 (fetchcontent_makeavailable) CMakeLists.txt:140 (p4c_obtain_protobuf)  -- Configuring incomplete, errors occurred!