Commit 1e434620 authored by Alexis Hildebrandt's avatar Alexis Hildebrandt
Browse files

got: 0.87 -> 0.88

parent e4ad8930
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,11 +5,11 @@

stdenv.mkDerivation rec {
  pname = "got";
  version = "0.87";
  version = "0.88";

  src = fetchurl {
    url = "https://gameoftrees.org/releases/portable/got-portable-${version}.tar.gz";
    hash = "sha256-fG8UihNXCxc0j01ImAAI3N0ViNrd9gnTUhRKs7Il5R4=";
    hash = "sha256-F8EHMKAQq/fV/i6+Vf42hmVjhbptuuiO8zfE9kfzzqA=";
  };

  nativeBuildInputs = [ pkg-config bison ]