freeciv: 2.6.5 -> 2.6.6

This commit is contained in:
R. Ryantm
2021-12-30 22:21:55 -08:00
committed by Jonathan Ringer
parent 7604ea1902
commit a30e8a0cd2
+2 -2
View File
@@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "freeciv";
version = "2.6.5";
version = "2.6.6";
src = fetchFromGitHub {
owner = "freeciv";
repo = "freeciv";
rev = "R${lib.replaceStrings [ "." ] [ "_" ] version}";
sha256 = "sha256-7KVtBGihABpcbUm5ac2fuBVaDvbucEJSREPulGUdnUE=";
sha256 = "sha256-D5t6sMpm09jbixs5MCghBeDbeuRbGmrrfWR91VNolRM=";
};
postPatch = ''