xdg-desktop-portal: 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/versions.
This commit is contained in:
R. RyanTM 2018-08-07 20:49:44 -07:00
parent 20f1388c3f
commit 6b1eaf9b5e
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{ stdenv, fetchFromGitHub, autoreconfHook, pkgconfig, libxml2, glib, pipewire, fuse }: { stdenv, fetchFromGitHub, autoreconfHook, pkgconfig, libxml2, glib, pipewire, fuse }:
let let
version = "0.11"; version = "0.99";
in stdenv.mkDerivation rec { in stdenv.mkDerivation rec {
name = "xdg-desktop-portal-${version}"; name = "xdg-desktop-portal-${version}";
@ -11,7 +11,7 @@ in stdenv.mkDerivation rec {
owner = "flatpak"; owner = "flatpak";
repo = "xdg-desktop-portal"; repo = "xdg-desktop-portal";
rev = version; rev = version;
sha256 = "06gipd51snvlp2jp68v2c8rwbsv36kjzg9xacm81n1w4b2dpz4g0"; sha256 = "05garhdxylphrizyaqnz4sfpp28fd00v877q7cf1gyhpk1sr8i83";
}; };
patches = [ patches = [