Merge pull request #237062 from afh/update-got

got: 0.88 -> 0.89
This commit is contained in:
Nick Cao 2023-06-11 03:40:10 -06:00 committed by GitHub
commit ec224489d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 ]