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-03-08 23:55:24 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-03-08 23:55:24 +0000
commitb734bd12e5d2a9e29bb7e7a3ca097a7cb8d416c3 (patch)
treec9365a7c2afdf05e55783591eb874eafa60571ca /pkgs/development/libraries/libgbinder
parentf22969e855ddb6e4b29d15962912e1aaa7a63bdf (diff)
libgbinder: 1.1.16 -> 1.1.19
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 f2ecf94053b00..e5a3b79ba77c7 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.16";
+  version = "1.1.19";
 
   src = fetchFromGitHub {
     owner = "mer-hybris";
     repo = pname;
     rev = version;
-    sha256 = "sha256-g+3yRRiTv2l7ZpJc5a6tOPsErKjdALomAWmYHErdfIQ=";
+    sha256 = "sha256-HTmNoTGyFtOXRy7Y/ZnEgTa2GW6/+TeZxZo7c7ksNtc=";
   };
 
   outputs = [ "out" "dev" ];