Unverified Commit 09b2e6fc authored by Heitor Augusto's avatar Heitor Augusto
Browse files

cosmic-randr: 1.0.0-alpha.5.1 -> 1.0.0-alpha.6

parent 55b103d4
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -11,17 +11,17 @@

rustPlatform.buildRustPackage rec {
  pname = "cosmic-randr";
  version = "1.0.0-alpha.5.1";
  version = "1.0.0-alpha.6";

  src = fetchFromGitHub {
    owner = "pop-os";
    repo = "cosmic-randr";
    rev = "epoch-${version}";
    hash = "sha256-mPi6TVUWKlHqLzGL84vSBZYuCjdThVVYc7hv9vq7zho=";
    tag = "epoch-${version}";
    hash = "sha256-Sqxe+vKonsK9MmJGtbrZHE7frfrjkHXysm0WQt7WSU4=";
  };

  useFetchCargoVendor = true;
  cargoHash = "sha256-3I4ZyZvV9ELBNCvYVYBUHbh9bGw7B/RrwUlam5fdLxU=";
  cargoHash = "sha256-UQ/fhjUiniVeHRQYulYko4OxcWB6UhFuxH1dVAfAzIY=";

  nativeBuildInputs = [
    just