Unverified Commit 885c83f6 authored by Austin Horstman's avatar Austin Horstman Committed by GitHub
Browse files

xdg-desktop-portal-hyprland: 1.3.8 -> 1.3.9 (#367337)

parents 578baae4 8f92f1fc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -27,13 +27,13 @@
}:
gcc14Stdenv.mkDerivation (finalAttrs: {
  pname = "xdg-desktop-portal-hyprland";
  version = "1.3.8";
  version = "1.3.9";

  src = fetchFromGitHub {
    owner = "hyprwm";
    repo = "xdg-desktop-portal-hyprland";
    rev = "refs/tags/v${finalAttrs.version}";
    hash = "sha256-V+CvM2UBJ6KjXD+B7T6vy8EYwLvLX88tZb8KP73MPSo=";
    hash = "sha256-sAObJHBZjJHzYR62g+BLNBNq19cqb5LTw73H8m57K0w=";
  };

  depsBuildBuild = [