11 stdenv.mkDerivation rec {
15 src = fetchFromGitLab {
16 domain = "gitlab.gnome.org";
20 hash = "sha256-psC2cFqSTlToCtCxwosXyJbmX/96AEI0xqzXtlc/HQE=";
36 description = "Library for parsing .ipuz puzzle files";
37 homepage = "https://gitlab.gnome.org/jrb/libipuz";
38 changelog = "https://gitlab.gnome.org/jrb/libipuz/-/blob/${version}/NEWS.md?ref_type=tags";
39 license = licenses.lgpl21Plus;
40 maintainers = with maintainers; [ aleksana ];
41 platforms = platforms.unix;