got: 0.92 -> 0.93

add meta.changelog

+3 -2
+3 -2
pkgs/applications/version-management/got/default.nix
··· 5 6 stdenv.mkDerivation rec { 7 pname = "got"; 8 - version = "0.92"; 9 10 src = fetchurl { 11 url = "https://gameoftrees.org/releases/portable/got-portable-${version}.tar.gz"; 12 - hash = "sha256-HaNCxgbl0ewvI96jr9/BgJphqoQC5P2atj5a51bj99c="; 13 }; 14 15 nativeBuildInputs = [ pkg-config bison ] ··· 54 on the same repository. 55 ''; 56 homepage = "https://gameoftrees.org"; 57 license = licenses.isc; 58 platforms = platforms.linux ++ platforms.darwin; 59 maintainers = with maintainers; [ abbe afh ];
··· 5 6 stdenv.mkDerivation rec { 7 pname = "got"; 8 + version = "0.93"; 9 10 src = fetchurl { 11 url = "https://gameoftrees.org/releases/portable/got-portable-${version}.tar.gz"; 12 + hash = "sha256-wlcnJr7f3Bd9SEgrKiPlr7pTSjaRj47qwktI2jepINE="; 13 }; 14 15 nativeBuildInputs = [ pkg-config bison ] ··· 54 on the same repository. 55 ''; 56 homepage = "https://gameoftrees.org"; 57 + changelog = "https://gameoftrees.org/releases/CHANGES"; 58 license = licenses.isc; 59 platforms = platforms.linux ++ platforms.darwin; 60 maintainers = with maintainers; [ abbe afh ];