about summary refs log tree commit diff
path: root/pkgs/games/freeciv
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-08-10 13:30:28 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-08-10 13:30:28 +0000
commit4dd8c421b999c9f61ef5762a6bcfe087c7f83f4d (patch)
tree85b1fc3b3314bd538ba7637d0660def13b300bfc /pkgs/games/freeciv
parent0734dc5da20f9eea77c8271fbb94653402e1dd29 (diff)
freeciv: 3.0.2 -> 3.0.3
Diffstat (limited to 'pkgs/games/freeciv')
-rw-r--r--pkgs/games/freeciv/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/games/freeciv/default.nix b/pkgs/games/freeciv/default.nix
index e3057d59cd43a..abe8aff15806a 100644
--- a/pkgs/games/freeciv/default.nix
+++ b/pkgs/games/freeciv/default.nix
@@ -10,13 +10,13 @@
 
 stdenv.mkDerivation rec {
   pname = "freeciv";
-  version = "3.0.2";
+  version = "3.0.3";
 
   src = fetchFromGitHub {
     owner = "freeciv";
     repo = "freeciv";
     rev = "R${lib.replaceStrings [ "." ] [ "_" ] version}";
-    sha256 = "sha256-1QGARXIfb97aLxQ5TZ6Fjznlniznnyuc2ugiW/Drf9g=";
+    sha256 = "sha256-WIp1R27UahbkLZZuF0nbX/XHVDc2OJukPKgoQ+qnjMc=";
   };
 
   postPatch = ''