Merge pull request #266788 from r-ryantm/auto-update/freeciv

freeciv: 3.0.8 -> 3.0.9
This commit is contained in:
Pol Dellaiera
2023-11-27 21:16:09 +01:00
committed by GitHub
+2 -2
View File
@@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "freeciv";
version = "3.0.8";
version = "3.0.9";
src = fetchFromGitHub {
owner = "freeciv";
repo = "freeciv";
rev = "R${lib.replaceStrings [ "." ] [ "_" ] version}";
hash = "sha256-6DWVou4d1oAOlhHb2A2vxR4Fy+1q7Xz9w9VK9rEzZxA=";
hash = "sha256-vtkGV97FG43HIKPJ/of7jXWSrwHWgHUjwtq0XJPeKws=";
};
postPatch = ''