freeciv: 2.6.4 -> 2.6.5

authored by

R. RyanTM and committed by
Jonathan Ringer
efed1ede a5e754c2

+2 -2
+2 -2
pkgs/games/freeciv/default.nix
··· 12 12 13 13 in stdenv.mkDerivation rec { 14 14 pname = "freeciv"; 15 - version = "2.6.4"; 15 + version = "2.6.5"; 16 16 17 17 src = fetchFromGitHub { 18 18 owner = "freeciv"; 19 19 repo = "freeciv"; 20 20 rev = "R${builtins.replaceStrings [ "." ] [ "_" ] version}"; 21 - sha256 = "sha256-MRaY10HliP8TA8/9s5caNtB5hks5SJcBJItFXOUryCI="; 21 + sha256 = "sha256-7KVtBGihABpcbUm5ac2fuBVaDvbucEJSREPulGUdnUE="; 22 22 }; 23 23 24 24 postPatch = ''