freeciv: 2.6.3 -> 2.6.4

This commit is contained in:
R. RyanTM 2021-04-28 07:53:04 +00:00 committed by tomberek
parent 7859860c5a
commit 77a270f871

View file

@ -12,13 +12,13 @@ let
in stdenv.mkDerivation rec {
pname = "freeciv";
version = "2.6.3";
version = "2.6.4";
src = fetchFromGitHub {
owner = "freeciv";
repo = "freeciv";
rev = "R${builtins.replaceStrings [ "." ] [ "_" ] version}";
sha256 = "sha256-tRjik2LONwKFZOcIuyFDoE1fD23UnZHMdNLo0DdYyOc=";
sha256 = "sha256-MRaY10HliP8TA8/9s5caNtB5hks5SJcBJItFXOUryCI=";
};
postPatch = ''