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-27 22:35:02 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-01-27 22:35:02 +0000
commit35ca8382c68ae5c9c92b51387f26226dc0e94217 (patch)
tree035b39dac32f3ecff0691bd8a2c898e99728463d /pkgs/development/libraries/libgbinder
parent1fe97dd3cf5d61734d7a24a34340058e1d1f66dd (diff)
libgbinder: 1.1.31 -> 1.1.32
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 fef8ad6da4ef5..69166ab33feb2 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.31";
+  version = "1.1.32";
 
   src = fetchFromGitHub {
     owner = "mer-hybris";
     repo = pname;
     rev = version;
-    sha256 = "sha256-TrIBI72ammruYbDb46ZfjJ9p8hoqqlApC7ZvnUHK3S8=";
+    sha256 = "sha256-/sOshlPcqKEdH5muusXg6Q9QfSgRYyCJMmtRM5mT/kQ=";
   };
 
   outputs = [ "out" "dev" ];