wesnoth: 1.16.1 -> 1.16.3

This commit is contained in:
Evgeny Kurnevsky
2022-06-30 20:43:56 +08:00
committed by Peter Hoeg
parent 60b35a57f8
commit 9e106c15a4
+2 -2
View File
@@ -5,13 +5,13 @@
stdenv.mkDerivation rec {
pname = "wesnoth";
version = "1.16.1";
version = "1.16.3";
src = fetchFromGitHub {
rev = version;
owner = "wesnoth";
repo = "wesnoth";
sha256 = "sha256-eRegE+Q5dEtuT2XRKAK0sycRuK6sdSXKS6aLCsBDU8g=";
sha256 = "sha256-om6Tps5ZdAWq1WE9lq9v2oGwfPDPSRJ08pmMlT6DjGk=";
};
nativeBuildInputs = [ cmake pkg-config ];