Merge pull request #252207 from wahjava/update-got

got: 0.91 -> 0.92

authored by Matthias Beyer and committed by GitHub 042e8540 46fb0c56

+4 -2
+4 -2
pkgs/applications/version-management/got/default.nix
··· 5 6 stdenv.mkDerivation rec { 7 pname = "got"; 8 - version = "0.91"; 9 10 src = fetchurl { 11 url = "https://gameoftrees.org/releases/portable/got-portable-${version}.tar.gz"; 12 - hash = "sha256-ebFetQhgEBjy3aq3TfK9veeevbmSAEv9kaUohsnsrlU="; 13 }; 14 15 nativeBuildInputs = [ pkg-config bison ] ··· 17 18 buildInputs = [ openssl libbsd libevent libuuid libmd zlib ncurses ] 19 ++ lib.optionals stdenv.isDarwin [ libossp_uuid ]; 20 21 preConfigure = lib.optionalString stdenv.isDarwin '' 22 # The configure script assumes dependencies on Darwin are install via
··· 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 ] ··· 17 18 buildInputs = [ openssl libbsd libevent libuuid libmd zlib ncurses ] 19 ++ lib.optionals stdenv.isDarwin [ libossp_uuid ]; 20 + 21 + configureFlags = [ "--enable-gotd" ]; 22 23 preConfigure = lib.optionalString stdenv.isDarwin '' 24 # The configure script assumes dependencies on Darwin are install via