lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

xdg-desktop-portal-gtk: 0.11 -> 0.99

Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/xdg-desktop-portal-gtk/versions.

+2 -2
+2 -2
pkgs/development/libraries/xdg-desktop-portal-gtk/default.nix
··· 1 1 { stdenv, fetchFromGitHub, autoreconfHook, pkgconfig, libxml2, xdg-desktop-portal, gtk3, glib }: 2 2 3 3 let 4 - version = "0.11"; 4 + version = "0.99"; 5 5 in stdenv.mkDerivation rec { 6 6 name = "xdg-desktop-portal-gtk-${version}"; 7 7 ··· 9 9 owner = "flatpak"; 10 10 repo = "xdg-desktop-portal-gtk"; 11 11 rev = version; 12 - sha256 = "03ysv29k7fp14hx0gakjigzzlniwicqd81nrhnc6w4pgin0y0zwg"; 12 + sha256 = "0jnmrl55gpvz06hy0832kcby4y84f0a1hiali6qy1lcmyqhm3v59"; 13 13 }; 14 14 15 15 nativeBuildInputs = [ autoreconfHook pkgconfig libxml2 xdg-desktop-portal ];