about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2023-06-26 21:58:46 +0800
committerBobby Rong <rjl931189261@126.com>2023-06-26 22:00:43 +0800
commit52ae9f099cfba69aa1cea2739298d15d5e48b952 (patch)
treed0a55f08e6f8a263254dd3c884538f335dd2ecc1
parent5e979fc0dd693fbf7579b25d965f482a865e45e7 (diff)
xdg-desktop-portal-xapp: 1.0.1 -> 1.0.2
https://github.com/linuxmint/xdg-desktop-portal-xapp/compare/1.0.1...1.0.2
-rw-r--r--pkgs/development/libraries/xdg-desktop-portal-xapp/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/xdg-desktop-portal-xapp/default.nix b/pkgs/development/libraries/xdg-desktop-portal-xapp/default.nix
index 5b447e8b8891f..ce25bd9519a86 100644
--- a/pkgs/development/libraries/xdg-desktop-portal-xapp/default.nix
+++ b/pkgs/development/libraries/xdg-desktop-portal-xapp/default.nix
@@ -15,13 +15,13 @@
 
 stdenv.mkDerivation rec {
   pname = "xdg-desktop-portal-xapp";
-  version = "1.0.1";
+  version = "1.0.2";
 
   src = fetchFromGitHub {
     owner = "linuxmint";
     repo = "xdg-desktop-portal-xapp";
     rev = version;
-    hash = "sha256-N0LVgk3VT0Fax1GTB7jzFhwzNEeAuyFHAuxXNCo2o3Y=";
+    hash = "sha256-0qZUSo3m63kSFYbfn8GUU8JLdgBimlqfEWWrsK/k+Aw=";
   };
 
   nativeBuildInputs = [