about summary refs log tree commit diff
path: root/pkgs/games/wesnoth
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-01-18 07:17:34 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-01-18 07:17:34 +0000
commit3efc69523fdb04250a3472a13737b826b206eea7 (patch)
tree2f51cfa3bf33024819820b1cb8ebcf083d8910b9 /pkgs/games/wesnoth
parentf46ee73ba6851e458dedc78e3f0fe2c6eb099697 (diff)
wesnoth: 1.16.6 -> 1.16.7
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 a98e695950bb5..6b5e0c117cc53 100644
--- a/pkgs/games/wesnoth/default.nix
+++ b/pkgs/games/wesnoth/default.nix
@@ -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 ];