summary refs log tree commit diff
path: root/pkgs/games/zangband/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/zangband/default.nix')
-rw-r--r--pkgs/games/zangband/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/zangband/default.nix b/pkgs/games/zangband/default.nix
index c339f486300..dd654edcfe1 100644
--- a/pkgs/games/zangband/default.nix
+++ b/pkgs/games/zangband/default.nix
@@ -2,7 +2,7 @@ a :
 let 
   fetchurl = a.fetchurl;
 
-  version = a.lib.getAttr ["version"] "2.7.3" a; 
+  version = a.lib.attrByPath ["version"] "2.7.3" a; 
   buildInputs = with a; [
     ncurses flex bison autoconf automake m4
   ];