From 39cf1f651bf82e94bff5722334eadec29463b7d1 Mon Sep 17 00:00:00 2001 From: Christian Kampka Date: Mon, 18 Jan 2021 23:55:58 +0100 Subject: wesnoth: 1.14.14 -> 1.14.15 --- pkgs/games/wesnoth/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/games/wesnoth') diff --git a/pkgs/games/wesnoth/default.nix b/pkgs/games/wesnoth/default.nix index eda6dfb717c9c..205937028a734 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.14"; + version = "1.14.15"; src = fetchFromGitHub { rev = version; owner = "wesnoth"; repo = "wesnoth"; - sha256 = "0rawcm3d1qwf4wxqcbjipl6h30sfv7z70viji28q4givi5hysvka"; + sha256 = "sha256-HbQy5yhNe6HFydipqh2wWcyLfIjbdRjcBQaqAOtBJsY="; }; nativeBuildInputs = [ cmake pkg-config ]; -- cgit 1.4.1