freeciv: 3.1.4 -> 3.1.5

Signed-off-by: Marcin Serwin <marcin@serwin.dev>
This commit is contained in:
Marcin Serwin 2025-05-13 20:51:01 +02:00
parent 675dd19ad4
commit 35e29819e3
No known key found for this signature in database
GPG key ID: DACFAC4EA0B194E0

View file

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