got: 0.101 -> 0.102

This commit is contained in:
Alexis Hildebrandt 2024-08-15 19:57:23 +02:00
parent bbbc7bcdb3
commit 6ac1b21e04

View File

@ -27,11 +27,11 @@ let
in
stdenv'.mkDerivation (finalAttrs: {
pname = "got";
version = "0.101";
version = "0.102";
src = fetchurl {
url = "https://gameoftrees.org/releases/portable/got-portable-${finalAttrs.version}.tar.gz";
hash = "sha256-JQZBgscxoMv4Dki77s8tYo4r5BBG+ErsDYnY5/am3MA=";
hash = "sha256-qstQ6mZLCdYL5uQauMt7nGlEdPkPneGfu36RbaboN3c=";
};
nativeBuildInputs = [ pkg-config bison ]