about summary refs log tree commit diff
path: root/pkgs/development/libraries/libgbinder
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-01-11 16:11:09 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-01-11 16:11:09 +0000
commit9f54342b153d45f7f525acaa187f669e44e8d505 (patch)
treeb63a248fc0f4970579fd24c07d477c764f4aaf0a /pkgs/development/libraries/libgbinder
parent9852294f15c380cd61fd441538982426f8ee8ccc (diff)
libgbinder: 1.1.26 -> 1.1.31
Diffstat (limited to 'pkgs/development/libraries/libgbinder')
-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" ];