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

xdg-desktop-portal-hyprland: 1.2.4 -> 1.2.5
This commit is contained in:
OTABI Tomoya 2023-11-23 22:54:26 +09:00 committed by GitHub
commit 8b40cd457e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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