lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

freeciv: 2.5.11 -> 2.6.0

Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/freeciv/versions.

+2 -2
+2 -2
pkgs/games/freeciv/default.nix
··· 9 9 inherit (stdenv.lib) optional optionals; 10 10 11 11 name = "freeciv"; 12 - version = "2.5.11"; 12 + version = "2.6.0"; 13 13 in 14 14 stdenv.mkDerivation { 15 15 name = "${name}-${version}"; ··· 17 17 18 18 src = fetchurl { 19 19 url = "mirror://sourceforge/freeciv/${name}-${version}.tar.bz2"; 20 - sha256 = "1bcs4mj4kzkpyrr0yryydmn0dzcqazvwrf02nfs7r5zya9lm572c"; 20 + sha256 = "16f9wsnn7073s6chzbm3819swd0iw019p9nrzr3diiynk28kj83w"; 21 21 }; 22 22 23 23 nativeBuildInputs = [ pkgconfig ];