gnome-nibbles: 4.0.4 → 4.1.rc1

https://gitlab.gnome.org/GNOME/gnome-nibbles/-/compare/4.0.4...4.1.rc1

Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com>
This commit is contained in:
Bobby Rong 2024-08-11 14:47:00 +00:00
parent f075ddf602
commit 4d774d7c79
No known key found for this signature in database

View File

@ -12,6 +12,7 @@
itstool,
vala,
libxml2,
libadwaita,
libgee,
libgnome-games-support_2_0,
meson,
@ -21,11 +22,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "gnome-nibbles";
version = "4.0.4";
version = "4.1.rc1";
src = fetchurl {
url = "mirror://gnome/sources/gnome-nibbles/${lib.versions.majorMinor finalAttrs.version}/gnome-nibbles-${finalAttrs.version}.tar.xz";
hash = "sha256-1xKkxpQ78ylWrfuSIvHxQ2mRHlTs67DNYffCWr16Wdo=";
hash = "sha256-JPSczTKz2IGVDGBT46EVLu4v/b9XfIbec+rJUzbQCqg=";
};
nativeBuildInputs = [
@ -44,6 +45,7 @@ stdenv.mkDerivation (finalAttrs: {
gtk4
librsvg
gsound
libadwaita
libgee
libgnome-games-support_2_0
];