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