summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-08-07 20:49:44 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-08-07 20:49:44 -0700
commit6b1eaf9b5edb1911f4a56421acceeb28f678cf78 (patch)
tree13cfa6ab10ab00f00cfe4abe8e090d6a845c4cae
parent20f1388c3fb7c1c56367fd96fd21cfd316f465b7 (diff)
downloadnixlib-6b1eaf9b5edb1911f4a56421acceeb28f678cf78.tar
nixlib-6b1eaf9b5edb1911f4a56421acceeb28f678cf78.tar.gz
nixlib-6b1eaf9b5edb1911f4a56421acceeb28f678cf78.tar.bz2
nixlib-6b1eaf9b5edb1911f4a56421acceeb28f678cf78.tar.lz
nixlib-6b1eaf9b5edb1911f4a56421acceeb28f678cf78.tar.xz
nixlib-6b1eaf9b5edb1911f4a56421acceeb28f678cf78.tar.zst
nixlib-6b1eaf9b5edb1911f4a56421acceeb28f678cf78.zip
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.
-rw-r--r--pkgs/development/libraries/xdg-desktop-portal/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/xdg-desktop-portal/default.nix b/pkgs/development/libraries/xdg-desktop-portal/default.nix
index 98bd8ba23bb5..9651f642a011 100644
--- a/pkgs/development/libraries/xdg-desktop-portal/default.nix
+++ b/pkgs/development/libraries/xdg-desktop-portal/default.nix
@@ -1,7 +1,7 @@
 { stdenv, fetchFromGitHub, autoreconfHook, pkgconfig, libxml2, glib, pipewire, fuse }:
 
 let
-  version = "0.11";
+  version = "0.99";
 in stdenv.mkDerivation rec {
   name = "xdg-desktop-portal-${version}";
 
@@ -11,7 +11,7 @@ in stdenv.mkDerivation rec {
     owner = "flatpak";
     repo = "xdg-desktop-portal";
     rev = version;
-    sha256 = "06gipd51snvlp2jp68v2c8rwbsv36kjzg9xacm81n1w4b2dpz4g0";
+    sha256 = "05garhdxylphrizyaqnz4sfpp28fd00v877q7cf1gyhpk1sr8i83";
   };
 
   patches = [