about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2023-12-03 17:49:12 +0800
committerBobby Rong <rjl931189261@126.com>2023-12-03 17:49:20 +0800
commitc391b7d46cd93df29d35c3a16f7c8ecd92c6a93f (patch)
tree0400a37fffd9d842bcd3a201a5945b33c8a8aed8
parent74065b1858490a3fc0d2b80033d0a74996844c3e (diff)
xdg-desktop-portal-xapp: 1.0.3 -> 1.0.4
https://github.com/linuxmint/xdg-desktop-portal-xapp/compare/1.0.3...1.0.4
-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 bb1569b3a2584..e2d12c250171d 100644
--- a/pkgs/development/libraries/xdg-desktop-portal-xapp/default.nix
+++ b/pkgs/development/libraries/xdg-desktop-portal-xapp/default.nix
@@ -14,13 +14,13 @@
 
 stdenv.mkDerivation rec {
   pname = "xdg-desktop-portal-xapp";
-  version = "1.0.3";
+  version = "1.0.4";
 
   src = fetchFromGitHub {
     owner = "linuxmint";
     repo = "xdg-desktop-portal-xapp";
     rev = version;
-    hash = "sha256-sPpRDoQuzyjqB+kwz0U2WFm/Byx7SueM3aCtpgy38JM=";
+    hash = "sha256-Zz44PCociYhUuHTS3HJNxJPCkiIl01FFe4//7jtgDsk=";
   };
 
   nativeBuildInputs = [