gnome.aisleriot: 3.22.30 → 3.22.32

https://gitlab.gnome.org/GNOME/aisleriot/-/compare/3.22.30...3.22.32

Does not seem to need appstream-glib.
This commit is contained in:
Bobby Rong 2024-05-09 13:51:30 +00:00
parent b211b392b8
commit 58dbfa26eb
No known key found for this signature in database

View File

@ -13,27 +13,25 @@
, guile
, libcanberra-gtk3
, ninja
, appstream-glib
, yelp-tools
}:
stdenv.mkDerivation rec {
pname = "aisleriot";
version = "3.22.30";
version = "3.22.32";
src = fetchFromGitLab {
domain = "gitlab.gnome.org";
owner = "GNOME";
repo = "aisleriot";
rev = version;
sha256 = "sha256-Fj5v2h6xDqf+PPxduxGr3vTy+eZ3aIv0u/ThrheYLGQ=";
sha256 = "sha256-+U/EsKTZjWa05DbILWAxqIpMcZ0DP0l4LIYxM2wCFdM=";
};
nativeBuildInputs = [
wrapGAppsHook3
meson
ninja
appstream-glib
pkg-config
itstool
libxml2