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

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

wesnoth: 1.16.6 -> 1.16.7
parents 0fd6bfc5 3efc6952
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.6";
  version = "1.16.7";

  src = fetchFromGitHub {
    rev = version;
    owner = "wesnoth";
    repo = "wesnoth";
    sha256 = "sha256-oQRjVjVjLIvCCafLr0FXvLwnKDjJY2FU20dYGLtNFiU=";
    sha256 = "sha256-YcBF/iNr6Q5NaA+G55xa0SOCCHW2BCoJlmXsTtkF1fk=";
  };

  nativeBuildInputs = [ cmake pkg-config ];