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

libgbinder: 1.1.12 -> 1.1.14
This commit is contained in:
Ryan Mulligan 2021-12-10 08:44:24 -08:00 committed by GitHub
commit b78e8a0cd4
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.12";
version = "1.1.14";
src = fetchFromGitHub {
owner = "mer-hybris";
repo = pname;
rev = version;
sha256 = "03p5ala9lnfcizh7832ax5phdvfzrdxw6acw8zib8wj0s133wyhb";
sha256 = "sha256-WYVFbp5aEqdxZQYSJ96Mi7ruLu4TkDbw/NCV8roPN28=";
};
outputs = [ "out" "dev" ];