Commit 6a528aaf authored by R. RyanTM's avatar R. RyanTM
Browse files

wesnoth: 1.16.8 -> 1.16.9

parent 988b93dd
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 ];