Unverified Commit 92421f83 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

xdg-desktop-portal-hyprland: 1.3.5 -> 1.3.6 (#345294)

parents e1aea437 17c1e538
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -27,13 +27,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
  pname = "xdg-desktop-portal-hyprland";
  version = "1.3.5";
  version = "1.3.6";

  src = fetchFromGitHub {
    owner = "hyprwm";
    repo = "xdg-desktop-portal-hyprland";
    rev = "refs/tags/v${finalAttrs.version}";
    hash = "sha256-xTqnMoJsEojuvqJLuM+U7EZ7q71efaj3pbvjutq4TXc=";
    hash = "sha256-1DGktDtSWIJpnDbVoj/qpvJSH5zg6JbOfuh6xqZMap0=";
  };

  depsBuildBuild = [