about summary refs log tree commit diff
path: root/pkgs/development/libraries
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-01-23 21:20:49 +0100
committerGitHub <noreply@github.com>2023-01-23 21:20:49 +0100
commitcdd82345fc9c6e5c0dba1792dd18fbd5023b82a5 (patch)
tree34550838037d91e1e28f721eb7a03c1f8cf7df06 /pkgs/development/libraries
parent7686cc8166b191dbba88237a8efe6909d6715920 (diff)
parent9f54342b153d45f7f525acaa187f669e44e8d505 (diff)
Merge pull request #210222 from r-ryantm/auto-update/libgbinder
libgbinder: 1.1.26 -> 1.1.31
Diffstat (limited to 'pkgs/development/libraries')
-rw-r--r--pkgs/development/libraries/libgbinder/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/libgbinder/default.nix b/pkgs/development/libraries/libgbinder/default.nix
index 164c9f9e27dd5..fef8ad6da4ef5 100644
--- a/pkgs/development/libraries/libgbinder/default.nix
+++ b/pkgs/development/libraries/libgbinder/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   pname = "libgbinder";
-  version = "1.1.26";
+  version = "1.1.31";
 
   src = fetchFromGitHub {
     owner = "mer-hybris";
     repo = pname;
     rev = version;
-    sha256 = "sha256-bXptf1ALanzDyhajQtKMs/0M9TWlrjhWQdC1NZiUgd8=";
+    sha256 = "sha256-TrIBI72ammruYbDb46ZfjJ9p8hoqqlApC7ZvnUHK3S8=";
   };
 
   outputs = [ "out" "dev" ];