gnome-chess: 49.2 → 50.0

https://gitlab.gnome.org/GNOME/gnome-chess/-/compare/49.2...50.0
This commit is contained in:
Bobby Rong
2026-03-24 12:12:59 +00:00
parent cde7c541d1
commit af0c8b31bf
+2 -2
View File
@@ -22,11 +22,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "gnome-chess";
version = "49.2";
version = "50.0";
src = fetchurl {
url = "mirror://gnome/sources/gnome-chess/${lib.versions.major finalAttrs.version}/gnome-chess-${finalAttrs.version}.tar.xz";
hash = "sha256-xAoABKRz/nSawvpPrZjbZBGNGPn9msAu7Po2TwPb6bA=";
hash = "sha256-otvnxhO0ZykUF0fii7DLhhTlfeFW07ndpqzosBRqW/w=";
};
nativeBuildInputs = [