mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
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:
parent
f075ddf602
commit
4d774d7c79
@ -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
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user