overlays: Update xdg-desktop-portal-hyprland to 1.3.3

See https://github.com/hyprwm/xdg-desktop-portal-hyprland/releases/tag/v1.3.3
This commit is contained in:
Donovan Glover 2024-07-23 00:19:16 -04:00
parent f32213f896
commit 7debc58d55
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -0,0 +1,14 @@
final: prev: {
xdg-desktop-portal-hyprland = prev.xdg-desktop-portal-hyprland.overrideAttrs (oldAttrs: rec {
version = "1.3.3";
src = prev.fetchFromGitHub {
owner = "hyprwm";
repo = "xdg-desktop-portal-hyprland";
rev = "v${version}";
hash = "sha256-cyyxu/oj4QEFp3CVx2WeXa9T4OAUyynuBJHGkBZSxJI=";
};
patches = [ ];
});
}