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-03-24 03:44:46 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-03-24 03:44:46 +0000
commit9081d55c2b398befd7a744b37b12c4df8df5ea23 (patch)
tree3cc0070a0de09aaf84113b3b576691458142eaf1 /pkgs/development/libraries/libgbinder
parent4a3d90135ba8d31ef4d5a19de23f7e74b9914d08 (diff)
libgbinder: 1.1.32 -> 1.1.33
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 054dc0847051a..0a7f9be4f7291 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.32";
+  version = "1.1.33";
 
   src = fetchFromGitHub {
     owner = "mer-hybris";
     repo = pname;
     rev = version;
-    sha256 = "sha256-/sOshlPcqKEdH5muusXg6Q9QfSgRYyCJMmtRM5mT/kQ=";
+    sha256 = "sha256-tVvW7cbgj2t251SzUchfVEnHgLVgdkTLyGpQfn6VYow=";
   };
 
   outputs = [ "out" "dev" ];