mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-09 15:38:12 +01:00
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:
parent
f32213f896
commit
7debc58d55
14
overlays/xdg-desktop-portal-hyprland.nix
Normal file
14
overlays/xdg-desktop-portal-hyprland.nix
Normal 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 = [ ];
|
||||
});
|
||||
}
|
Loading…
Reference in New Issue
Block a user