Unverified Commit 5279d03b authored by Jörg Thalheim's avatar Jörg Thalheim Committed by GitHub
Browse files

Merge pull request #225290 from fufexan/hyprland

hyprwm: update packages
parents e5087116 38da9961
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -13,6 +13,7 @@
, libxcb
, libxkbcommon
, mesa
, pango
, pciutils
, systemd
, udis86
@@ -37,13 +38,13 @@ in
assert assertXWayland;
stdenv.mkDerivation rec {
  pname = "hyprland" + lib.optionalString debug "-debug";
  version = "0.23.0beta";
  version = "0.24.0";

  src = fetchFromGitHub {
    owner = "hyprwm";
    repo = "hyprland";
    rev = "v${version}";
    hash = "sha256-aPSmhgof4nIJquHmtxxirIMVv439wTYYCwf1ekS96gA=";
    hash = "sha256-zbtxX0NezuNg46PAKscmDfFfNID4rAq2qGNf1BE3Cqc=";
  };

  patches = [
@@ -84,6 +85,7 @@ stdenv.mkDerivation rec {
      udis86
      wayland
      wayland-protocols
      pango
      pciutils
      (wlroots.override { inherit enableXWayland hidpiXWayland nvidiaPatches; })
    ]
+2 −2
Original line number Diff line number Diff line
@@ -49,8 +49,8 @@ assert (lib.assertMsg (hidpiXWayland -> enableXWayland) ''
      domain = "gitlab.freedesktop.org";
      owner = "wlroots";
      repo = "wlroots";
      rev = "5ae17de23f5fd9bb252a698f3771c840280e2c05";
      hash = "sha256-dWrk+Q3bLdtFe5rkyaAKWCQJCeE/KFNllcu1DvBC38c=";
      rev = "7abda952d0000b72d240fe1d41457b9288f0b6e5";
      hash = "sha256-LmI/4Yp/pOOoI4RxLRx9I90NBsiqdRLVOfbATKlgpkg=";
    };

    pname =
+4 −4
Original line number Diff line number Diff line
@@ -13,13 +13,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "hyprpaper";
  version = "unstable-2022-09-30";
  version = "unstable-2023-04-05";

  src = fetchFromGitHub {
    owner = "hyprwm";
    repo = "hyprpaper";
    rev = "8f4c712950ad6a9bc7c7281c15a63f5fa06ba92b";
    hash = "sha256-KojBifIOkJ2WmO/lRjQIgPgUnX5Eu10U4VDg+1MB2co=";
    rev = "9182de9ffc8c76fbf24d16dec0ea7a9430597a06";
    hash = "sha256-LqvhYx1Gu+rlkF4pA1NYZzwRQwz3FeWBqXqmQq86m8o=";
  };

  nativeBuildInputs = [
@@ -57,7 +57,7 @@ stdenv.mkDerivation (finalAttrs: {
    inherit (finalAttrs.src.meta) homepage;
    description = "A blazing fast wayland wallpaper utility";
    license = licenses.bsd3;
    maintainers = with maintainers; [ wozeparrot ];
    maintainers = with maintainers; [ wozeparrot fufexan ];
    inherit (wayland.meta) platforms;
  };
})
+3 −3
Original line number Diff line number Diff line
@@ -23,13 +23,13 @@
}:
stdenv.mkDerivation {
  pname = "hyprpicker" + lib.optionalString debug "-debug";
  version = "unstable-2023-03-09";
  version = "unstable-2023-03-31";

  src = fetchFromGitHub {
    owner = "hyprwm";
    repo = "hyprpicker";
    rev = "234c2da51a71941c0cd2ee380f42de365f90dd6f";
    hash = "sha256-wb1oXsaM0AkThPJGjn0Ytxt8vbBQG+mg2AGY0uxhUJ0=";
    rev = "cc6b3234b2966acd61c8a2e5caae947774666601";
    hash = "sha256-8Tc8am5+iQvzRdnTYIpD3Ewge6TIctrm8tr0H+RvcsE=";
  };

  cmakeFlags = lib.optional debug "-DCMAKE_BUILD_TYPE=Debug";
+3 −3
Original line number Diff line number Diff line
@@ -3,13 +3,13 @@
, wayland
}:
{
  version = "unstable-2023-03-16";
  version = "unstable-2023-04-06";

  src = fetchFromGitHub {
    owner = "hyprwm";
    repo = "xdg-desktop-portal-hyprland";
    rev = "85f49f4d6c9c398428117e9bdb588f53f09e52e0";
    hash = "sha256-qed+BV0NBt1egGCBEM7d5MiZJevQb8jd1WybfFM53Ak=";
    rev = "803c00db1191604d50766358dbc5be2de4fcb4e7";
    hash = "sha256-+AagxTHrzKgngG+guIWAIV5hX1HkkvMbDxbUq2IVwAM=";
  };

  meta = with lib; {