freeciv: 3.1.4 -> 3.1.5 (#406820)

This commit is contained in:
Daniel Schaefer 2025-05-15 23:00:51 +08:00 committed by GitHub
commit ba7d157184
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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
]