Unverified Commit 12ace1f7 authored by kirillrdy's avatar kirillrdy Committed by GitHub
Browse files

got: 0.104 -> 0.105 (#356024)

parents 9eea90d9 6bbf1e91
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.104";
  version = "0.105";

  src = fetchurl {
    url = "https://gameoftrees.org/releases/portable/got-portable-${finalAttrs.version}.tar.gz";
    hash = "sha256-sy14eSC8SXUhOVoGvrB9f0+StpN5WGMiS2BJ09ZpyMk=";
    hash = "sha256-MXPjYNzQb6JBvsMfxN+GKEP/7fKwEGBWgGgLDf1cokQ=";
  };

  nativeBuildInputs = [ pkg-config bison ]