Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

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>

Emily 48a6ea97 b43f9aae

+4 -12
+4 -12
pkgs/applications/misc/maliit-framework/default.nix
··· 26 26 wayland-scanner, 27 27 }: 28 28 29 - mkDerivation rec { 29 + mkDerivation { 30 30 pname = "maliit-framework"; 31 - version = "2.3.0"; 31 + version = "2.3.0-unstable-2024-06-24"; 32 32 33 33 src = fetchFromGitHub { 34 34 owner = "maliit"; 35 35 repo = "framework"; 36 - tag = version; 37 - sha256 = "sha256-q+hiupwlA0PfG+xtomCUp2zv6HQrGgmOd9CU193ucrY="; 36 + rev = "ba6f7eda338a913f2c339eada3f0382e04f7dd67"; 37 + hash = "sha256-iwWLnstQMG8F6uE5rKF6t2X43sXQuR/rIho2RN/D9jE="; 38 38 }; 39 - 40 - patches = [ 41 - # FIXME: backport GCC 12 build fix, remove for next release 42 - (fetchpatch { 43 - url = "https://github.com/maliit/framework/commit/86e55980e3025678882cb9c4c78614f86cdc1f04.diff"; 44 - hash = "sha256-5R+sCI05vJX5epu6hcDSWWzlZ8ns1wKEJ+u8xC6d8Xo="; 45 - }) 46 - ]; 47 39 48 40 buildInputs = [ 49 41 at-spi2-atk