From d36e4f306389107b151b8de3b1c9a091f0ddab19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20=C4=8Cun=C3=A1t?= Date: Mon, 24 Aug 2015 08:22:09 +0200 Subject: [PATCH] micropolis: fix patch hash, probably updated Fixes #9414. Seems to run OK, as far as I can tell in a minute. --- pkgs/games/micropolis/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/games/micropolis/default.nix b/pkgs/games/micropolis/default.nix index 0dc156ca3b7a..55a02e08003d 100644 --- a/pkgs/games/micropolis/default.nix +++ b/pkgs/games/micropolis/default.nix @@ -1,7 +1,7 @@ { stdenv, fetchurl, libX11, libXpm, libXext, xextproto, byacc }: stdenv.mkDerivation { - name = "micropolis"; + name = "micropolis-2010-12-18"; # version from the patch timestamp src = fetchurl { url = http://www.donhopkins.com/home/micropolis/micropolis-activity-source.tgz; @@ -11,7 +11,7 @@ stdenv.mkDerivation { patches = [ (fetchurl { url = http://rmdir.de/~michael/micropolis_git.patch; - sha256 = "13419a4394242cd11d5cabd8b1b50787282ea16b55fdcfbeadf8505af46b0592"; + sha256 = "0sjl61av7lab3a5vif1jpyicmdb2igvqq6nwaw0s3agg6dh69v1d"; }) ]; @@ -41,7 +41,7 @@ stdenv.mkDerivation { chmod 755 $out/bin/micropolis ''; - meta = { + meta = { description = "GPL'ed version of S*m C*ty"; homepage = http://www.donhopkins.com/home/micropolis/; license = "GPL";