xdg-desktop-portal-hyprland: 1.2.5 -> 1.2.6

This commit is contained in:
R. Ryantm 2023-12-26 02:24:58 +00:00
parent 904b22f402
commit 9329efeadc

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 = [