Unverified Commit 0e184596 authored by Donovan Glover's avatar Donovan Glover Committed by GitHub
Browse files

Merge pull request #334920 from afh/update-got

got: 0.101 -> 0.102
parents 5706c2f7 6ac1b21e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ]