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

This commit is contained in:
R. Ryantm 2023-11-21 21:14:38 +00:00
parent 1156cd9e9b
commit 0d8c0d3fd9

View File

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