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

libgbinder: 1.1.37 -> 1.1.38
This commit is contained in:
Nick Cao 2024-03-14 01:19:16 -04:00 committed by GitHub
commit 2769cdda0d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "libgbinder";
version = "1.1.37";
version = "1.1.38";
src = fetchFromGitHub {
owner = "mer-hybris";
repo = pname;
rev = version;
sha256 = "sha256-/XxWOaT2f6+0apv0NzMsPoYBf3GLuaXyPkmTMTDtOes=";
sha256 = "sha256-k5oCwi1KvyRVawH0d4Kp+MCxkymAtl6zVk7DVRXFVMg=";
};
outputs = [ "out" "dev" ];