got 0.81 -> 0.82

This commit is contained in:
Alexis Hildebrandt 2023-01-25 12:42:16 +01:00
parent 97e8a127ab
commit d39f3cad58

View File

@ -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 ];