Merge pull request #288715 from r-ryantm/auto-update/got

got: 0.95 -> 0.96
This commit is contained in:
h7x4
2024-02-14 09:37:37 +01:00
committed by GitHub
@@ -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 ]