libgbinder: 1.1.44 -> 1.1.45

This commit is contained in:
R. Ryantm
2026-03-24 12:42:16 +00:00
parent 52a37b2109
commit 566cb97ff9

View File

@@ -9,13 +9,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "libgbinder";
version = "1.1.44";
version = "1.1.45";
src = fetchFromGitHub {
owner = "mer-hybris";
repo = "libgbinder";
rev = finalAttrs.version;
sha256 = "sha256-6xyNbHPPN/KtyejMoVfAj0bi1dEWVO2nboj1RpqnFIA=";
sha256 = "sha256-YOkId2FlLSc+UZ+q8X8E2RwE3QlqBJOS7sjVviwwKJM=";
};
outputs = [