xdg-desktop-portal-xapp: 1.1.1 -> 1.1.2 (#429723)

This commit is contained in:
Bobby Rong 2025-07-31 21:38:37 +08:00 committed by GitHub
commit 79b931e788
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,13 +17,13 @@
stdenv.mkDerivation rec {
pname = "xdg-desktop-portal-xapp";
version = "1.1.1";
version = "1.1.2";
src = fetchFromGitHub {
owner = "linuxmint";
repo = "xdg-desktop-portal-xapp";
rev = version;
hash = "sha256-i6odMJcQpzQjeFI7nw5sKPYZi5Q3eFEundQzu9PZljc=";
hash = "sha256-3EGim8GDlzVhgKiBHaOjV+apyEanFyfTqfJLegwlQHo=";
};
nativeBuildInputs = [