system76-scheduler: 2.0.2 -> 2.0.2-unstable-2025-01-15

- unstable patch fixes process scheduler not refreshing at runtime
This commit is contained in:
Kajus Naujokaitis
2026-01-15 11:23:03 +02:00
parent f4606b01b3
commit fad32c455e
@@ -9,7 +9,7 @@
}:
let
version = "2.0.2";
version = "2.0.2-unstable-2025-01-15";
in
rustPlatform.buildRustPackage {
pname = "system76-scheduler";
@@ -17,11 +17,11 @@ rustPlatform.buildRustPackage {
src = fetchFromGitHub {
owner = "pop-os";
repo = "system76-scheduler";
rev = version;
hash = "sha256-5GiHmu++YRCewDHm/qxKmQwDIAZwlW5Eya/fDriVSdA=";
rev = "b0b7e98b0dbd2cd05e9fe80829e7083048202da7";
hash = "sha256-I+LN7Q5/VQ203Vk0eKM4HZw8oSS0bkcY/wIWbu4hPnI=";
};
cargoHash = "sha256-o2Ma9WNmBz+18SSMBPXYK4BXzHFLQwa3JWhq4S7jSBg=";
cargoHash = "sha256-rTe016jxRdL3xOw6yHz8btyfnecGuPTIashKQustYP0=";
nativeBuildInputs = [
pkg-config