3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #109847 from kampka/wesnoth

Wesnoth: 1.14.14 -> 1.14.15
This commit is contained in:
Aaron Andersen 2021-01-26 18:32:15 -05:00 committed by GitHub
commit 71a9046715
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ];