got: 0.103 -> 0.104

This commit is contained in:
Alexis Hildebrandt 2024-10-22 22:50:04 +02:00
parent 445215f498
commit 6f217b2d15

View File

@ -27,11 +27,11 @@ let
in
stdenv'.mkDerivation (finalAttrs: {
pname = "got";
version = "0.103";
version = "0.104";
src = fetchurl {
url = "https://gameoftrees.org/releases/portable/got-portable-${finalAttrs.version}.tar.gz";
hash = "sha256-MkBek/NTpU+rylSS5abFQl8Vm3phRFCQkpnI3INJKHg=";
hash = "sha256-sy14eSC8SXUhOVoGvrB9f0+StpN5WGMiS2BJ09ZpyMk=";
};
nativeBuildInputs = [ pkg-config bison ]