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

libgbinder: 1.1.19 -> 1.1.25
This commit is contained in:
Bobby Rong 2022-08-02 19:53:33 +08:00 committed by GitHub
commit 937146c34d
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.19";
version = "1.1.25";
src = fetchFromGitHub {
owner = "mer-hybris";
repo = pname;
rev = version;
sha256 = "sha256-HTmNoTGyFtOXRy7Y/ZnEgTa2GW6/+TeZxZo7c7ksNtc=";
sha256 = "sha256-yr9FJd1+yJdP3vXHbuaaL5UmXGnKxR319LzXs76LBwk=";
};
outputs = [ "out" "dev" ];