about summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authorNikolay Amiantov <ab@fmap.me>2016-02-10 16:53:59 +0300
committerRobin Gloster <mail@glob.in>2016-02-10 23:27:34 +0000
commitdafe0f3dd33fd304e5efec650fc426a8096f0913 (patch)
treeea4e7a105877e1b551cedd0de6155bb56b194bc6 /pkgs/games
parent25592873530d7152bed62ccc004e882bcba69705 (diff)
dwarf-fortress-packages.phoebus-theme: 20160118 -> 20160128
Diffstat (limited to 'pkgs/games')
-rw-r--r--pkgs/games/dwarf-fortress/themes/phoebus.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/pkgs/games/dwarf-fortress/themes/phoebus.nix b/pkgs/games/dwarf-fortress/themes/phoebus.nix
index 2183a6245c0c2..ca459c6ef76e2 100644
--- a/pkgs/games/dwarf-fortress/themes/phoebus.nix
+++ b/pkgs/games/dwarf-fortress/themes/phoebus.nix
@@ -1,16 +1,16 @@
 { stdenv, fetchFromGitHub }:
 
-# On upgrade check https://github.com/fricy/Phoebus/blob/master/manifest.json
+# On upgrade check https://github.com/DFgraphics/Phoebus/blob/master/manifest.json
 # for compatibility information.
 
 stdenv.mkDerivation {
-  name = "phoebus-theme-20160118";
+  name = "phoebus-theme-20160128";
 
   src = fetchFromGitHub {
-    owner = "fricy";
+    owner = "DFgraphics";
     repo = "Phoebus";
-    rev = "2c5777b0f307b1d752a8a484c6a05b67531c84a9";
-    sha256 = "0a5ixm181wz7crr3rpa2mh0drb371j5hvizqninvdnhah2mypz8v";
+    rev = "52b19b69c7323f9002ad195ecd68ac02ff0099a2";
+    sha256 = "1pw5l5v7l1bvxzjf4fivmagpmghffvz0wlws2ksc7d5vy48ybcmg";
   };
 
   installPhase = ''