From 424c47be8832ed172f90db231e41ba910ca30e51 Mon Sep 17 00:00:00 2001 From: Nixpkgs Monitor Date: Mon, 23 Dec 2013 05:20:28 +0200 Subject: [PATCH] simgear: update from 2.12.0 to 2.12.1 --- pkgs/development/libraries/simgear/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/libraries/simgear/default.nix b/pkgs/development/libraries/simgear/default.nix index cb534cfbf31..0525043b6cf 100644 --- a/pkgs/development/libraries/simgear/default.nix +++ b/pkgs/development/libraries/simgear/default.nix @@ -13,11 +13,11 @@ let (builtins.attrNames (builtins.removeAttrs x helperArgNames)); sourceInfo = rec { baseName="simgear"; - version="2.12.0"; + version="2.12.1"; name="${baseName}-${version}"; extension="tar.bz2"; url="http://mirrors.ibiblio.org/pub/mirrors/simgear/ftp/Source/${name}.${extension}"; - hash="0spl6afk8rm96ss4lh7zy5561m5m2qgwsnqjyp35jr1gyyrc944f"; + hash="0w8drzglgp01019frx96062qcigzfflsyq59f8shpwmzjb2hzli4"; }; in rec {