wesnoth: 1.14.14 -> 1.14.15

This commit is contained in:
Christian Kampka 2021-01-18 23:55:58 +01:00
parent 7aef69e156
commit 39cf1f651b
No known key found for this signature in database
GPG key ID: B88E140DB4FE1AA5

View file

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "wesnoth";
version = "1.14.14";
version = "1.14.15";
src = fetchFromGitHub {
rev = version;
owner = "wesnoth";
repo = "wesnoth";
sha256 = "0rawcm3d1qwf4wxqcbjipl6h30sfv7z70viji28q4givi5hysvka";
sha256 = "sha256-HbQy5yhNe6HFydipqh2wWcyLfIjbdRjcBQaqAOtBJsY=";
};
nativeBuildInputs = [ cmake pkg-config ];