gnome-mahjongg: 47.2 → 48.rc

https://gitlab.gnome.org/GNOME/gnome-mahjongg/-/compare/47.2...48.rc

Changelog-Reviewed-By: Bobby Rong <rjl931189261@126.com>

+3 -3
+3 -3
pkgs/by-name/gn/gnome-mahjongg/package.nix
··· 20 21 stdenv.mkDerivation (finalAttrs: { 22 pname = "gnome-mahjongg"; 23 - version = "47.2"; 24 25 src = fetchurl { 26 url = "mirror://gnome/sources/gnome-mahjongg/${lib.versions.major finalAttrs.version}/gnome-mahjongg-${finalAttrs.version}.tar.xz"; 27 - hash = "sha256-Nd+SZBnzeCY4CjNGIHVjzYfH6ZoT3r4Ok6FAnYXMYVc="; 28 }; 29 30 nativeBuildInputs = [ ··· 59 description = "Disassemble a pile of tiles by removing matching pairs"; 60 mainProgram = "gnome-mahjongg"; 61 teams = [ teams.gnome ]; 62 - license = licenses.gpl3Plus; 63 platforms = platforms.unix; 64 }; 65 })
··· 20 21 stdenv.mkDerivation (finalAttrs: { 22 pname = "gnome-mahjongg"; 23 + version = "48.rc"; 24 25 src = fetchurl { 26 url = "mirror://gnome/sources/gnome-mahjongg/${lib.versions.major finalAttrs.version}/gnome-mahjongg-${finalAttrs.version}.tar.xz"; 27 + hash = "sha256-ibe/56wPRxiJm+ItVNuYhABIK9tUsIWZ+uhVkFgDfAc="; 28 }; 29 30 nativeBuildInputs = [ ··· 59 description = "Disassemble a pile of tiles by removing matching pairs"; 60 mainProgram = "gnome-mahjongg"; 61 teams = [ teams.gnome ]; 62 + license = licenses.gpl2Plus; 63 platforms = platforms.unix; 64 }; 65 })