maliit-framework: 2.3.0 -> 2.3.0-unstable-2024-06-24

No release since 2022, contains a few miscellaneous fixes.

Changelog: <https://github.com/maliit/framework/compare/refs/tags/2.3.0...ba6f7eda338a913f2c339eada3f0382e04f7dd67>
This commit is contained in:
Emily
2025-06-19 21:48:36 +01:00
parent b43f9aaebc
commit 48a6ea97d4
@@ -26,25 +26,17 @@
wayland-scanner,
}:
mkDerivation rec {
mkDerivation {
pname = "maliit-framework";
version = "2.3.0";
version = "2.3.0-unstable-2024-06-24";
src = fetchFromGitHub {
owner = "maliit";
repo = "framework";
tag = version;
sha256 = "sha256-q+hiupwlA0PfG+xtomCUp2zv6HQrGgmOd9CU193ucrY=";
rev = "ba6f7eda338a913f2c339eada3f0382e04f7dd67";
hash = "sha256-iwWLnstQMG8F6uE5rKF6t2X43sXQuR/rIho2RN/D9jE=";
};
patches = [
# FIXME: backport GCC 12 build fix, remove for next release
(fetchpatch {
url = "https://github.com/maliit/framework/commit/86e55980e3025678882cb9c4c78614f86cdc1f04.diff";
hash = "sha256-5R+sCI05vJX5epu6hcDSWWzlZ8ns1wKEJ+u8xC6d8Xo=";
})
];
buildInputs = [
at-spi2-atk
at-spi2-core