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

libgbinder: 1.1.36 -> 1.1.37
This commit is contained in:
Nick Cao
2024-02-29 09:59:02 -05:00
committed by GitHub
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "libgbinder";
version = "1.1.36";
version = "1.1.37";
src = fetchFromGitHub {
owner = "mer-hybris";
repo = pname;
rev = version;
sha256 = "sha256-QTlOiZG6qpNeicMJpOTMSTk2WwKbOzkaLulgmsxYaVI=";
sha256 = "sha256-/XxWOaT2f6+0apv0NzMsPoYBf3GLuaXyPkmTMTDtOes=";
};
outputs = [ "out" "dev" ];