Merge pull request #276832 from r-ryantm/auto-update/xdg-desktop-portal-hyprland

xdg-desktop-portal-hyprland: 1.2.5 -> 1.2.6
This commit is contained in:
Nick Cao 2023-12-26 11:21:59 -05:00 committed by GitHub
commit 5e3049b2b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,13 +23,13 @@
}:
stdenv.mkDerivation (self: {
pname = "xdg-desktop-portal-hyprland";
version = "1.2.5";
version = "1.2.6";
src = fetchFromGitHub {
owner = "hyprwm";
repo = "xdg-desktop-portal-hyprland";
rev = "v${self.version}";
hash = "sha256-X4o/mifI7Nhu0UKYlxx53wIC+gYDo3pVM9L2u3PE2bE=";
hash = "sha256-VRr5Xc4S/VPr/gU3fiOD3vSIL2+GJ+LUrmFTWTwnTz4=";
};
nativeBuildInputs = [