From 291bc9457b3c069f57f38f959003afb45ca95103 Mon Sep 17 00:00:00 2001 From: Gliczy <129636582+Gliczy@users.noreply.github.com> Date: Fri, 15 May 2026 15:07:10 +0200 Subject: [PATCH] scx.rustscheds: 1.1.0 -> 1.1.1 --- pkgs/os-specific/linux/scx/scx_rustscheds.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/os-specific/linux/scx/scx_rustscheds.nix b/pkgs/os-specific/linux/scx/scx_rustscheds.nix index b866310550b4..42d8e672d7e0 100644 --- a/pkgs/os-specific/linux/scx/scx_rustscheds.nix +++ b/pkgs/os-specific/linux/scx/scx_rustscheds.nix @@ -14,16 +14,16 @@ }: rustPlatform.buildRustPackage (finalAttrs: { pname = "scx_rustscheds"; - version = "1.1.0"; + version = "1.1.1"; src = fetchFromGitHub { owner = "sched-ext"; repo = "scx"; tag = "v${finalAttrs.version}"; - hash = "sha256-kPOAiy2siIKZ6/zz43qPW7bp27T98MOhwmZMxpVpito="; + hash = "sha256-/EE1+mlbCQmeLqhbHM+k1JwrRw1Z1mOZmq/ffR1l4bg="; }; - cargoHash = "sha256-nXiprz5ryGJeTy9nnKaLSKE0FSl17YE88xFt9bUTTL8="; + cargoHash = "sha256-1alU6Hl7wHM69JK1ZRWzhT843ROs0WhkBUuDDweZSvk="; nativeBuildInputs = [ pkg-config @@ -86,6 +86,7 @@ rustPlatform.buildRustPackage (finalAttrs: { "scx_chaos" "scx_cosmos" "scx_flash" + "scx_flow" "scx_lavd" "scx_layered" "scx_mitosis" @@ -95,7 +96,6 @@ rustPlatform.buildRustPackage (finalAttrs: { "scx_rustland" "scx_rusty" "scx_tickless" - "scx_wd40" ]; meta = {