scx.full: 1.0.11 -> 1.0.12 (#406124)

remove unused `fetchpatch2`

Gliczy 6c2e919d c6aa14fd

Changed files
+11 -4
pkgs
-1
pkgs/os-specific/linux/scx/default.nix
···
lib,
callPackage,
fetchFromGitHub,
-
fetchpatch2,
}:
let
scx-common = rec {
···
lib,
callPackage,
fetchFromGitHub,
}:
let
scx-common = rec {
+4
pkgs/os-specific/linux/scx/scx_cscheds.nix
···
zlib,
zstd,
scx-common,
}:
let
···
jq
pkg-config
zstd
]
++ bpftools.buildInputs
++ bpftools.nativeBuildInputs;
···
buildInputs = [
elfutils
zlib
];
mesonFlags = [
···
zlib,
zstd,
scx-common,
+
protobuf,
+
libseccomp,
}:
let
···
jq
pkg-config
zstd
+
protobuf
]
++ bpftools.buildInputs
++ bpftools.nativeBuildInputs;
···
buildInputs = [
elfutils
zlib
+
libseccomp
];
mesonFlags = [
+4
pkgs/os-specific/linux/scx/scx_rustscheds.nix
···
zstd,
scx-common,
scx,
}:
rustPlatform.buildRustPackage {
pname = "scx_rustscheds";
···
nativeBuildInputs = [
pkg-config
rustPlatform.bindgenHook
];
buildInputs = [
elfutils
zlib
zstd
];
env = {
···
zstd,
scx-common,
scx,
+
protobuf,
+
libseccomp,
}:
rustPlatform.buildRustPackage {
pname = "scx_rustscheds";
···
nativeBuildInputs = [
pkg-config
rustPlatform.bindgenHook
+
protobuf
];
buildInputs = [
elfutils
zlib
zstd
+
libseccomp
];
env = {
+3 -3
pkgs/os-specific/linux/scx/version.json
···
{
"scx": {
-
"version": "1.0.11",
-
"hash": "sha256-Lj+YH+pWcdbGvpk6PAgat279cXOGkm0SZ5+wdK+2u9Q=",
-
"cargoHash": "sha256-sDrkUiZpX04A6a4ltFFZo6qtUgUgZ0ydml4mfKYYu3g="
},
"bpftool": {
"rev": "183e7010387d1fc9f08051426e9a9fbd5f8d409e",
···
{
"scx": {
+
"version": "1.0.12",
+
"hash": "sha256-ti4SPx66Ykwqsel7l8Rb0WEBypFbQKoDd0foMAtEmlE=",
+
"cargoHash": "sha256-nD+RalFCJLqQGMVtaJm/NLCrY8Iq5/eAsW+ydABvw2o="
},
"bpftool": {
"rev": "183e7010387d1fc9f08051426e9a9fbd5f8d409e",