aboutsummaryrefslogtreecommitdiff
path: root/pkgs/games/wesnoth
diff options
context:
space:
mode:
authorChristian Kampka <christian@kampka.net>2020-10-01 21:33:34 +0200
committerChristian Kampka <christian@kampka.net>2020-10-01 21:33:34 +0200
commit0954caa3481d5c032a3162af82aec42e603bc0da (patch)
tree7f5bbf8f55f119420f2962c4b9efc8b6bac5f765 /pkgs/games/wesnoth
parent4dbd770f30633762a4f2a55cf61f00c837213357 (diff)
wesnoth: 1.14.13 -> 1.14.14
Diffstat (limited to 'pkgs/games/wesnoth')
-rw-r--r--pkgs/games/wesnoth/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/games/wesnoth/default.nix b/pkgs/games/wesnoth/default.nix
index ce375392041e..2f971e12c9fd 100644
--- a/pkgs/games/wesnoth/default.nix
+++ b/pkgs/games/wesnoth/default.nix
@@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "wesnoth";
- version = "1.14.13";
+ version = "1.14.14";
src = fetchFromGitHub {
rev = version;
owner = "wesnoth";
repo = "wesnoth";
- sha256 = "1ka07h4sgmbc24qbaz0pbryx0yk339l4jzg32hy01qdvl2n40w3h";
+ sha256 = "0rawcm3d1qwf4wxqcbjipl6h30sfv7z70viji28q4givi5hysvka";
};
nativeBuildInputs = [ cmake pkgconfig ];