about summary refs log tree commit diff
path: root/pkgs/development/libraries/libgbinder
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-02-12 07:59:41 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2022-02-12 20:09:13 -0800
commit831ae99a98b027eea702893bef180f68e0c05773 (patch)
tree0f9db77fb4d630a784962e8a63ecdf198f91d130 /pkgs/development/libraries/libgbinder
parent34365cdfc48acd6851e31c45b23d224017be9544 (diff)
libgbinder: 1.1.14 -> 1.1.16
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 38b0c6c8def0f..f2ecf94053b00 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.14";
+  version = "1.1.16";
 
   src = fetchFromGitHub {
     owner = "mer-hybris";
     repo = pname;
     rev = version;
-    sha256 = "sha256-WYVFbp5aEqdxZQYSJ96Mi7ruLu4TkDbw/NCV8roPN28=";
+    sha256 = "sha256-g+3yRRiTv2l7ZpJc5a6tOPsErKjdALomAWmYHErdfIQ=";
   };
 
   outputs = [ "out" "dev" ];