Commit 523b575d authored by Alexis Hildebrandt's avatar Alexis Hildebrandt
Browse files

got: 0.100 -> 0.101

parent e71c0e7c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ]