aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/simgear
diff options
context:
space:
mode:
authorNixpkgs Monitor <none@none>2013-12-23 05:20:28 +0200
committerEvgeny Egorochkin <phreedom@yandex.ru>2013-12-23 05:20:28 +0200
commit424c47be8832ed172f90db231e41ba910ca30e51 (patch)
treeb4fbdd9bc8738873daba5f115de2f1c48aa80ce5 /pkgs/development/libraries/simgear
parentab32224e7b7d289d73b3a5ca047a6b067b7ed328 (diff)
simgear: update from 2.12.0 to 2.12.1
Diffstat (limited to 'pkgs/development/libraries/simgear')
-rw-r--r--pkgs/development/libraries/simgear/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/simgear/default.nix b/pkgs/development/libraries/simgear/default.nix
index cb534cfbf313..0525043b6cf1 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 {