Unverified Commit 521b0f6b authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #212588 from afh/got-update

got: 0.81 -> 0.82
parents a2db46e3 d39f3cad
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -4,11 +4,11 @@

stdenv.mkDerivation rec {
  pname = "got";
  version = "0.81";
  version = "0.82";

  src = fetchurl {
    url = "https://gameoftrees.org/releases/portable/got-portable-${version}.tar.gz";
    sha256 = "sha256-ayPXOtqJIJAzDTY1T4rw9GF7KvfI2XJ/c9uo4Fs8db8=";
    sha256 = "sha256-Lb0WZ4gTuG/GBAnEh9ff/K0ciwjDX3cmEhItMyJ/lmI=";
  };

  nativeBuildInputs = [ pkg-config bison ];