Skip to content

Commit

Permalink
Merge pull request #109847 from kampka/wesnoth
Browse files Browse the repository at this point in the history
Wesnoth: 1.14.14 -> 1.14.15
  • Loading branch information
aanderse committed Jan 26, 2021
2 parents 1913ea8 + 39cf1f6 commit 71a9046
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/games/wesnoth/default.nix
Expand Up @@ -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 ];
Expand Down

0 comments on commit 71a9046

Please sign in to comment.