Unverified Commit afb63480 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #228860 from r-ryantm/auto-update/wesnoth

wesnoth: 1.16.8 -> 1.16.9
parents 65ce2817 6a528aaf
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,13 +5,13 @@

stdenv.mkDerivation rec {
  pname = "wesnoth";
  version = "1.16.8";
  version = "1.16.9";

  src = fetchFromGitHub {
    rev = version;
    owner = "wesnoth";
    repo = "wesnoth";
    hash = "sha256-P7OUiKJxJZ0rGdesnxpQMbRBgCHsLpyt8+pRDh27JYQ=";
    hash = "sha256-KtAPc2nsqSoHNsLTLom/yaUECn+IWBdBFpiMclrUHxM=";
  };

  nativeBuildInputs = [ cmake pkg-config ];