got: 0.95 -> 0.96

This commit is contained in:
R. Ryantm 2024-02-14 04:33:55 +00:00
parent 35ff7e87ee
commit 9ffc44f3ab

View File

@ -16,11 +16,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "got";
version = "0.95";
version = "0.96";
src = fetchurl {
url = "https://gameoftrees.org/releases/portable/got-portable-${finalAttrs.version}.tar.gz";
hash = "sha256-5on9ff76OAFmoaKTwVM0hUCGLiAZGJzt6+jCx2Nygg4=";
hash = "sha256-/R7r6IJtgkuNQwoLxys/1HcXW+l3PVkjnPXphFpAFTs=";
};
nativeBuildInputs = [ pkg-config bison ]