summary refs log tree commit diff
path: root/pkgs/games/0ad
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2016-04-30 14:46:45 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2016-05-01 01:58:28 +0200
commit950a698488518447f3b085df153408ed5605574c (patch)
tree41111b957a8eb218093cfaef0113836a0c358e9b /pkgs/games/0ad
parentfb93bfc0bc14ca540072c39b91268c9555133cbb (diff)
downloadnixpkgs-950a698488518447f3b085df153408ed5605574c.tar
nixpkgs-950a698488518447f3b085df153408ed5605574c.tar.gz
nixpkgs-950a698488518447f3b085df153408ed5605574c.tar.bz2
nixpkgs-950a698488518447f3b085df153408ed5605574c.tar.lz
nixpkgs-950a698488518447f3b085df153408ed5605574c.tar.xz
nixpkgs-950a698488518447f3b085df153408ed5605574c.tar.zst
nixpkgs-950a698488518447f3b085df153408ed5605574c.zip
0ad game & data: 0.0.19 -> 0.0.20
Diffstat (limited to 'pkgs/games/0ad')
-rw-r--r--pkgs/games/0ad/data.nix2
-rw-r--r--pkgs/games/0ad/default.nix4
2 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/games/0ad/data.nix b/pkgs/games/0ad/data.nix
index f2f5a9e9b21..aea36d211aa 100644
--- a/pkgs/games/0ad/data.nix
+++ b/pkgs/games/0ad/data.nix
@@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
 
   src = fetchurl {
     url = "http://releases.wildfiregames.com/0ad-${version}-${releaseType}-unix-data.tar.xz";
-    sha256 = "0f406ynz2fbg3hwavh52xh4f7kqm4mzhz59kkvb6dpsax5agalwk";
+    sha256 = "1lzl8chfqbgs1n9vpn0xaqd70kpwiibfk196iblyq6qkms3v6pnv";
   };
 
   patchPhase = ''
diff --git a/pkgs/games/0ad/default.nix b/pkgs/games/0ad/default.nix
index e854af58865..485feb53a89 100644
--- a/pkgs/games/0ad/default.nix
+++ b/pkgs/games/0ad/default.nix
@@ -9,7 +9,7 @@
 assert withEditor -> wxGTK != null;
 
 let
-  version = "0.0.19";
+  version = "0.0.20";
 
   releaseType = "alpha";
 
@@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
 
   src = fetchurl {
     url = "http://releases.wildfiregames.com/0ad-${version}-${releaseType}-unix-build.tar.xz";
-    sha256 = "1cwvhg30i6axm7y5b62qyjwf1j8gwa5fgc13xsga3gzdphmjchrd";
+    sha256 = "13n61xhjsawda3kl7112la41bqkbqmq4yhr3slydsz856z5xb5m3";
   };
 
   buildInputs = [