Merge pull request #213037 from r-ryantm/auto-update/libgbinder

libgbinder: 1.1.31 -> 1.1.32
This commit is contained in:
Martin Weinelt 2023-01-27 23:12:12 +00:00 committed by GitHub
commit c5d851b8ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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" ];