diff --git a/pkgs/os-specific/linux/scx/scx_rustscheds.nix b/pkgs/os-specific/linux/scx/scx_rustscheds.nix index 809277cd53d1..4a9da15a7ae5 100644 --- a/pkgs/os-specific/linux/scx/scx_rustscheds.nix +++ b/pkgs/os-specific/linux/scx/scx_rustscheds.nix @@ -11,30 +11,33 @@ libseccomp, nix-update-script, nixosTests, + openssl, }: rustPlatform.buildRustPackage (finalAttrs: { pname = "scx_rustscheds"; - version = "1.1.1"; + version = "1.1.2"; src = fetchFromGitHub { owner = "sched-ext"; repo = "scx"; tag = "v${finalAttrs.version}"; - hash = "sha256-/EE1+mlbCQmeLqhbHM+k1JwrRw1Z1mOZmq/ffR1l4bg="; + hash = "sha256-igrmrfimVOEJnFxMr9ghN6lAHwEBSFLLVrB2MQ72PXI="; }; - cargoHash = "sha256-1alU6Hl7wHM69JK1ZRWzhT843ROs0WhkBUuDDweZSvk="; + cargoHash = "sha256-CTEVdvw6aG/fFas2Fk3x9o4Sp2k3lHO/OLwUM8t9UjE="; nativeBuildInputs = [ pkg-config rustPlatform.bindgenHook protobuf ]; + buildInputs = [ elfutils zlib zstd libseccomp + openssl ]; env = { @@ -84,9 +87,11 @@ rustPlatform.buildRustPackage (finalAttrs: { "scx_bpfland" "scx_cake" "scx_chaos" + "scx_characterize" "scx_cosmos" "scx_flash" "scx_flow" + "scx_forge" "scx_lavd" "scx_layered" "scx_mitosis"