Merge pull request #44661 from r-ryantm/auto-update/xdg-desktop-portal-gtk
xdg-desktop-portal-gtk: 0.11 -> 0.99
This commit is contained in:
commit
fe21e5f452
@ -1,7 +1,7 @@
|
|||||||
{ stdenv, fetchFromGitHub, autoreconfHook, pkgconfig, libxml2, xdg-desktop-portal, gtk3, glib }:
|
{ stdenv, fetchFromGitHub, autoreconfHook, pkgconfig, libxml2, xdg-desktop-portal, gtk3, glib }:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "0.11";
|
version = "0.99";
|
||||||
in stdenv.mkDerivation rec {
|
in stdenv.mkDerivation rec {
|
||||||
name = "xdg-desktop-portal-gtk-${version}";
|
name = "xdg-desktop-portal-gtk-${version}";
|
||||||
|
|
||||||
@ -9,7 +9,7 @@ in stdenv.mkDerivation rec {
|
|||||||
owner = "flatpak";
|
owner = "flatpak";
|
||||||
repo = "xdg-desktop-portal-gtk";
|
repo = "xdg-desktop-portal-gtk";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "03ysv29k7fp14hx0gakjigzzlniwicqd81nrhnc6w4pgin0y0zwg";
|
sha256 = "0jnmrl55gpvz06hy0832kcby4y84f0a1hiali6qy1lcmyqhm3v59";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ autoreconfHook pkgconfig libxml2 xdg-desktop-portal ];
|
nativeBuildInputs = [ autoreconfHook pkgconfig libxml2 xdg-desktop-portal ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user