scx.rustscheds: 1.1.1 -> 1.1.2

This commit is contained in:
Gliczy
2026-07-04 12:33:05 +02:00
parent 34e05bf68e
commit dfd5b26b41

View File

@@ -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"