mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-20 01:38:02 +02: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…
x
Reference in New Issue
Block a user