got: 0.100 -> 0.101

This commit is contained in:
Alexis Hildebrandt 2024-07-12 18:29:29 +02:00
parent e71c0e7c2b
commit 523b575d8e

View File

@ -21,11 +21,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "got";
version = "0.100";
version = "0.101";
src = fetchurl {
url = "https://gameoftrees.org/releases/portable/got-portable-${finalAttrs.version}.tar.gz";
hash = "sha256-/DqKIGf/aZ09aL/rB7te+AauHmJ+mOTrVEbkqT9WUBI=";
hash = "sha256-JQZBgscxoMv4Dki77s8tYo4r5BBG+ErsDYnY5/am3MA=";
};
nativeBuildInputs = [ pkg-config bison ]