system76-scheduler: 2.0.2 -> 2.0.2-unstable-2025-01-15 (#480311)

This commit is contained in:
Gergő Gutyina 2026-01-23 12:18:02 +00:00 committed by GitHub
commit c5296fdd05
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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