freeciv: 3.0.1 -> 3.0.2

This commit is contained in:
Greizgh 2022-06-23 18:35:25 +02:00
parent 70b75dd824
commit 614ad1c1c0
No known key found for this signature in database
GPG Key ID: 68B0B42612A108B2

View File

@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "freeciv";
version = "3.0.1";
version = "3.0.2";
src = fetchFromGitHub {
owner = "freeciv";
repo = "freeciv";
rev = "R${lib.replaceStrings [ "." ] [ "_" ] version}";
sha256 = "sha256-Nzc6Tirj6TKLgTYN5XjZZut9HVYLKGOp1GZeaoqEtW8=";
sha256 = "sha256-1QGARXIfb97aLxQ5TZ6Fjznlniznnyuc2ugiW/Drf9g=";
};
postPatch = ''