got: 0.79 -> 0.81

This commit is contained in:
Alexis Hildebrandt 2023-01-20 12:25:07 +01:00
parent 5ed4819433
commit 952b1a0704

View file

@ -4,11 +4,11 @@
stdenv.mkDerivation rec {
pname = "got";
version = "0.79";
version = "0.81";
src = fetchurl {
url = "https://gameoftrees.org/releases/portable/got-portable-${version}.tar.gz";
sha256 = "sha256-eL4cCpBRhO0ctQZGg1n6+H5O6GhRKRsWcEOcRr+z2Hw=";
sha256 = "sha256-ayPXOtqJIJAzDTY1T4rw9GF7KvfI2XJ/c9uo4Fs8db8=";
};
nativeBuildInputs = [ pkg-config bison ];