Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

scx.full: 1.0.13 -> 1.0.14

authored by Gliczy and committed by Masum Reza ff86cbb5 da6da6de

+7 -3
+4
pkgs/os-specific/linux/scx/scx_cscheds.nix
··· 67 cp ${finalAttrs.fetchLibbpf} meson-scripts/fetch_libbpf 68 substituteInPlace meson.build \ 69 --replace-fail '[build_bpftool' "['${misbehaviorBash}', build_bpftool" 70 ''; 71 72 nativeBuildInputs =
··· 67 cp ${finalAttrs.fetchLibbpf} meson-scripts/fetch_libbpf 68 substituteInPlace meson.build \ 69 --replace-fail '[build_bpftool' "['${misbehaviorBash}', build_bpftool" 70 + 71 + # TODO: Remove in next release. 72 + substituteInPlace lib/scxtest/overrides.h \ 73 + --replace-fail '#define __builtin_preserve_enum_value(x,y,z) 1' '#define __builtin_preserve_enum_value(x,y) 1' 74 ''; 75 76 nativeBuildInputs =
+3 -3
pkgs/os-specific/linux/scx/version.json
··· 1 { 2 "scx": { 3 - "version": "1.0.13", 4 - "hash": "sha256-uSYkAsDZEWJ7sB6jd7PZrwYepeLlTdiTi4kAgSDeVsU=", 5 - "cargoHash": "sha256-+JDe7l4wX2balOUD11M9z60JSaRyMaIO7Pw1NrjnE30=" 6 }, 7 "bpftool": { 8 "rev": "183e7010387d1fc9f08051426e9a9fbd5f8d409e",
··· 1 { 2 "scx": { 3 + "version": "1.0.14", 4 + "hash": "sha256-Wh+8vaQO93Erj+z8S2C633UDmUrFjQc3Bg+Nm7EML0E=", 5 + "cargoHash": "sha256-6uiDx2/5ZcYkz8x8vuOTEUclIttzxVMvh1Q6QHg9N6E=" 6 }, 7 "bpftool": { 8 "rev": "183e7010387d1fc9f08051426e9a9fbd5f8d409e",