From dfd5b26b41dfd519ee25d236dd2f61ecd4821f5e Mon Sep 17 00:00:00 2001 From: Gliczy <129636582+Gliczy@users.noreply.github.com> Date: Sat, 4 Jul 2026 12:33:05 +0200 Subject: [PATCH] scx.rustscheds: 1.1.1 -> 1.1.2 --- pkgs/os-specific/linux/scx/scx_rustscheds.nix | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) 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"