Unverified Commit 365ab9d6 authored by Austin Horstman's avatar Austin Horstman Committed by GitHub
Browse files

xdg-desktop-portal-hyprland: 1.3.11 -> 1.3.12 (#513662)

parents dd1a2269 947e720b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -28,13 +28,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
  pname = "xdg-desktop-portal-hyprland";
  version = "1.3.11";
  version = "1.3.12";

  src = fetchFromGitHub {
    owner = "hyprwm";
    repo = "xdg-desktop-portal-hyprland";
    tag = "v${finalAttrs.version}";
    hash = "sha256-5HXelmz2x/uO26lvW7MudnadbAfoBnve4tRBiDVLtOM=";
    hash = "sha256-B7nwX0PE0KBo1/ZtuwJtA7dBG6gdPW5tSBb0skY8DHA=";
  };

  depsBuildBuild = [