Merge pull request #271417 from afh/update-got

got: 0.93 -> 0.94
This commit is contained in:
Emily Trau 2023-12-03 00:01:56 +11:00 committed by GitHub
commit 4567402033
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.93";
version = "0.94";
src = fetchurl {
url = "https://gameoftrees.org/releases/portable/got-portable-${version}.tar.gz";
hash = "sha256-wlcnJr7f3Bd9SEgrKiPlr7pTSjaRj47qwktI2jepINE=";
hash = "sha256-hG0/a+sk6uZCxR908YfZCW44qx/SIwwGO9mUaxxHZ3k=";
};
nativeBuildInputs = [ pkg-config bison ]