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

remove unused `fetchpatch2`
This commit is contained in:
Gliczy 2025-05-11 14:02:19 +02:00 committed by GitHub
parent c6aa14fd87
commit 6c2e919de4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 11 additions and 4 deletions

View file

@ -2,7 +2,6 @@
lib,
callPackage,
fetchFromGitHub,
fetchpatch2,
}:
let
scx-common = rec {

View file

@ -13,6 +13,8 @@
zlib,
zstd,
scx-common,
protobuf,
libseccomp,
}:
let
@ -74,6 +76,7 @@ llvmPackages.stdenv.mkDerivation (finalAttrs: {
jq
pkg-config
zstd
protobuf
]
++ bpftools.buildInputs
++ bpftools.nativeBuildInputs;
@ -81,6 +84,7 @@ llvmPackages.stdenv.mkDerivation (finalAttrs: {
buildInputs = [
elfutils
zlib
libseccomp
];
mesonFlags = [

View file

@ -8,6 +8,8 @@
zstd,
scx-common,
scx,
protobuf,
libseccomp,
}:
rustPlatform.buildRustPackage {
pname = "scx_rustscheds";
@ -26,11 +28,13 @@ rustPlatform.buildRustPackage {
nativeBuildInputs = [
pkg-config
rustPlatform.bindgenHook
protobuf
];
buildInputs = [
elfutils
zlib
zstd
libseccomp
];
env = {

View file

@ -1,8 +1,8 @@
{
"scx": {
"version": "1.0.11",
"hash": "sha256-Lj+YH+pWcdbGvpk6PAgat279cXOGkm0SZ5+wdK+2u9Q=",
"cargoHash": "sha256-sDrkUiZpX04A6a4ltFFZo6qtUgUgZ0ydml4mfKYYu3g="
"version": "1.0.12",
"hash": "sha256-ti4SPx66Ykwqsel7l8Rb0WEBypFbQKoDd0foMAtEmlE=",
"cargoHash": "sha256-nD+RalFCJLqQGMVtaJm/NLCrY8Iq5/eAsW+ydABvw2o="
},
"bpftool": {
"rev": "183e7010387d1fc9f08051426e9a9fbd5f8d409e",