Unverified Commit 3e6912e8 authored by Donovan Glover's avatar Donovan Glover
Browse files

hyprlandPlugins.hyprspace: 0-unstable-2024-06-17 -> 0-unstable-2024-08-21

parent aff86097
Loading
Loading
Loading
Loading
+3 −10
Original line number Diff line number Diff line
{
  lib,
  fetchFromGitHub,
  fetchpatch,
  hyprland,
  mkHyprlandPlugin,
}:

mkHyprlandPlugin hyprland {
  pluginName = "hyprspace";
  version = "0-unstable-2024-06-17";
  version = "0-unstable-2024-08-21";

  src = fetchFromGitHub {
    owner = "KZDKM";
    repo = "hyprspace";
    rev = "2f3edb68f47a8f5d99d10b322e9a85a285f53cc7";
    hash = "sha256-iyj4D6c77uROAH9QdZjPd9SKnS/DuACMESqaEKnBgI8=";
  };

  # Fix build for Hyprland v0.41.2+
  patches = fetchpatch {
    url = "https://github.com/KZDKM/Hyprspace/commit/edad6cf735097b7cb4406d3fc8daddd09dfa458a.patch";
    hash = "sha256-EVabjPymGAMPtC3Uf6lMJOInvccJhu4t09NXhXhq4RY=";
    rev = "743ec37d02bb2b7261f28de16bf404cebfd96105";
    hash = "sha256-w0j/3OeSrpx+S8if1M2ONBsZvJQ1hBQkdTQEiMCHy7o=";
  };

  dontUseCmakeConfigure = true;