summaryrefslogtreecommitdiffstats
path: root/pkgs
diff options
context:
space:
mode:
authorAaron Andersen <aaron@fosslib.net>2021-01-26 18:32:15 -0500
committerGitHub <noreply@github.com>2021-01-26 18:32:15 -0500
commit71a9046715ee6035bb292be56ce7ad17fca7b00b (patch)
treed228e64a36823261453d80fa966daa9594d3b0d5 /pkgs
parent1913ea8a9762752577c4a92aa89b0ee2326902ef (diff)
parent39cf1f651bf82e94bff5722334eadec29463b7d1 (diff)
Merge pull request #109847 from kampka/wesnoth
Wesnoth: 1.14.14 -> 1.14.15
Diffstat (limited to 'pkgs')
-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 eda6dfb717c9..205937028a73 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 ];