gnome.gnome-chess: 43.2 → 46.0

https://gitlab.gnome.org/GNOME/gnome-chess/-/compare/43.2...46.0

Changelog-Reviewed-By: Maxine Aubrey <max@ine.dev>
This commit is contained in:
Bobby Rong 2024-02-13 11:26:00 +00:00 committed by Maxine Aubrey
parent bba3383534
commit a7242a3218
No known key found for this signature in database
GPG Key ID: F6FE033DFCB899F7

View File

@ -21,11 +21,11 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "gnome-chess"; pname = "gnome-chess";
version = "43.2"; version = "46.0";
src = fetchurl { src = fetchurl {
url = "mirror://gnome/sources/gnome-chess/${lib.versions.major version}/${pname}-${version}.tar.xz"; url = "mirror://gnome/sources/gnome-chess/${lib.versions.major version}/${pname}-${version}.tar.xz";
sha256 = "NIUI+PbnRRwHNE/6egmpkM8dKIO8z1M0CdvgKSaNSfI="; hash = "sha256-oryQ4KdUMSxXibkZi0knMDd1tiWDqOlnbSxqlztG/ec=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [