libgbinder: 1.1.39 -> 1.1.40

This commit is contained in:
R. Ryantm 2024-07-21 01:21:33 +00:00
parent a0442abd68
commit d497b516d5

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "libgbinder";
version = "1.1.39";
version = "1.1.40";
src = fetchFromGitHub {
owner = "mer-hybris";
repo = pname;
rev = version;
sha256 = "sha256-O+Fg6NtWdBe0k+XhE/h62C1tvC6Y1BQZWva63sXJDfY=";
sha256 = "sha256-bv3UeL5xx28N/fSG1BeUSbbSvDaNgehpnx2OzIIaSXw=";
};
outputs = [ "out" "dev" ];