3
0
Fork 0
forked from mirrors/nixpkgs

got: 0.88 -> 0.89

This commit is contained in:
Alexis Hildebrandt 2023-06-10 17:51:48 +02:00
parent 7e87057b76
commit 508fe7ba92

View file

@ -5,11 +5,11 @@
stdenv.mkDerivation rec {
pname = "got";
version = "0.88";
version = "0.89";
src = fetchurl {
url = "https://gameoftrees.org/releases/portable/got-portable-${version}.tar.gz";
hash = "sha256-F8EHMKAQq/fV/i6+Vf42hmVjhbptuuiO8zfE9kfzzqA=";
hash = "sha256-J0BJMsB3E0ABJMFeMYQXOFQRt6H+fuU05I8rnk8JbYw=";
};
nativeBuildInputs = [ pkg-config bison ]