simgear: update from 2.12.0 to 2.12.1

This commit is contained in:
Nixpkgs Monitor 2013-12-23 05:20:28 +02:00 committed by Evgeny Egorochkin
parent ab32224e7b
commit 424c47be88

View file

@ -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 {