Loading pkgs/os-specific/linux/scx/default.nix +0 −9 Original line number Diff line number Diff line Loading @@ -17,15 +17,6 @@ let inherit (versionInfo.scx) hash; }; patches = [ # Remove after new release (fetchpatch2 { name = "fix-builds-on-debug-fs-kernels"; url = "https://github.com/sched-ext/scx/commit/3c09e8c8c62efd701107f4c2071211db02341d62.patch?full_index=1"; hash = "sha256-jLMlCKBYQKS6sf5pZy5z19iSmX9bu9rlXHmGVaxTOho="; }) ]; meta = { homepage = "https://github.com/sched-ext/scx"; changelog = "https://github.com/sched-ext/scx/releases/tag/v${versionInfo.scx.version}"; Loading pkgs/os-specific/linux/scx/scx_cscheds.nix +1 −1 Original line number Diff line number Diff line Loading @@ -26,7 +26,7 @@ let in llvmPackages.stdenv.mkDerivation (finalAttrs: { pname = "scx_cscheds"; inherit (scx-common) version src patches; inherit (scx-common) version src; # scx needs specific commits of bpftool and libbpf # can be found in meson.build of scx src Loading pkgs/os-specific/linux/scx/scx_rustscheds.nix +1 −1 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ }: rustPlatform.buildRustPackage { pname = "scx_rustscheds"; inherit (scx-common) version src patches; inherit (scx-common) version src; useFetchCargoVendor = true; inherit (scx-common.versionInfo.scx) cargoHash; Loading pkgs/os-specific/linux/scx/version.json +3 −3 Original line number Diff line number Diff line { "scx": { "version": "1.0.10", "hash": "sha256-IJn3MAPEwxImHUfHV7zPNlAlHXvzOkH0S7eJDNnupf0=", "cargoHash": "sha256-d0TvLhBaDgqi4/dtVgL+UOn78uaqSpdFxm4kBdVyCR4=" "version": "1.0.11", "hash": "sha256-Lj+YH+pWcdbGvpk6PAgat279cXOGkm0SZ5+wdK+2u9Q=", "cargoHash": "sha256-sDrkUiZpX04A6a4ltFFZo6qtUgUgZ0ydml4mfKYYu3g=" }, "bpftool": { "rev": "183e7010387d1fc9f08051426e9a9fbd5f8d409e", Loading Loading
pkgs/os-specific/linux/scx/default.nix +0 −9 Original line number Diff line number Diff line Loading @@ -17,15 +17,6 @@ let inherit (versionInfo.scx) hash; }; patches = [ # Remove after new release (fetchpatch2 { name = "fix-builds-on-debug-fs-kernels"; url = "https://github.com/sched-ext/scx/commit/3c09e8c8c62efd701107f4c2071211db02341d62.patch?full_index=1"; hash = "sha256-jLMlCKBYQKS6sf5pZy5z19iSmX9bu9rlXHmGVaxTOho="; }) ]; meta = { homepage = "https://github.com/sched-ext/scx"; changelog = "https://github.com/sched-ext/scx/releases/tag/v${versionInfo.scx.version}"; Loading
pkgs/os-specific/linux/scx/scx_cscheds.nix +1 −1 Original line number Diff line number Diff line Loading @@ -26,7 +26,7 @@ let in llvmPackages.stdenv.mkDerivation (finalAttrs: { pname = "scx_cscheds"; inherit (scx-common) version src patches; inherit (scx-common) version src; # scx needs specific commits of bpftool and libbpf # can be found in meson.build of scx src Loading
pkgs/os-specific/linux/scx/scx_rustscheds.nix +1 −1 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ }: rustPlatform.buildRustPackage { pname = "scx_rustscheds"; inherit (scx-common) version src patches; inherit (scx-common) version src; useFetchCargoVendor = true; inherit (scx-common.versionInfo.scx) cargoHash; Loading
pkgs/os-specific/linux/scx/version.json +3 −3 Original line number Diff line number Diff line { "scx": { "version": "1.0.10", "hash": "sha256-IJn3MAPEwxImHUfHV7zPNlAlHXvzOkH0S7eJDNnupf0=", "cargoHash": "sha256-d0TvLhBaDgqi4/dtVgL+UOn78uaqSpdFxm4kBdVyCR4=" "version": "1.0.11", "hash": "sha256-Lj+YH+pWcdbGvpk6PAgat279cXOGkm0SZ5+wdK+2u9Q=", "cargoHash": "sha256-sDrkUiZpX04A6a4ltFFZo6qtUgUgZ0ydml4mfKYYu3g=" }, "bpftool": { "rev": "183e7010387d1fc9f08051426e9a9fbd5f8d409e", Loading