Unverified Commit c5296fdd authored by Gergő Gutyina's avatar Gergő Gutyina Committed by GitHub
Browse files

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

parents 497e2575 fad32c45
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -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