mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
freeciv: 3.1.4 -> 3.1.5
Signed-off-by: Marcin Serwin <marcin@serwin.dev>
This commit is contained in:
parent
675dd19ad4
commit
35e29819e3
1 changed files with 2 additions and 4 deletions
|
@ -18,7 +18,6 @@
|
|||
SDL2_image,
|
||||
SDL2_ttf,
|
||||
SDL2_gfx,
|
||||
libX11,
|
||||
freetype,
|
||||
fluidsynth,
|
||||
sdl2Client ? false,
|
||||
|
@ -35,13 +34,13 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "freeciv";
|
||||
version = "3.1.4";
|
||||
version = "3.1.5";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "freeciv";
|
||||
repo = "freeciv";
|
||||
rev = "R${lib.replaceStrings [ "." ] [ "_" ] version}";
|
||||
hash = "sha256-lT3sXD5lFjG/63eBXEG+rU9idem/8kXfUXj6iB3AGOg=";
|
||||
hash = "sha256-+kAV9Jz0aQpzeVUFp3so+rYbWOn52NuxRwE8kP5hzM8=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
@ -79,7 +78,6 @@ stdenv.mkDerivation rec {
|
|||
SDL2_image
|
||||
SDL2_ttf
|
||||
SDL2_gfx
|
||||
libX11 # can be removed when https://github.com/freeciv/freeciv/commit/00a9d69fa38d8618893e1eaad2830abb395ef25b is tagged, likely in 3.2.0
|
||||
freetype
|
||||
fluidsynth
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue