lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #158448 from r-ryantm/auto-update/simgear

simgear: 2020.3.11 -> 2020.3.12

authored by

7c6f434c and committed by
GitHub
71724742 d371d8dc

+2 -2
+2 -2
pkgs/development/libraries/simgear/default.nix
··· 4 4 , curl 5 5 }: 6 6 let 7 - version = "2020.3.11"; 7 + version = "2020.3.12"; 8 8 shortVersion = builtins.substring 0 6 version; 9 9 in 10 10 stdenv.mkDerivation rec { ··· 13 13 14 14 src = fetchurl { 15 15 url = "mirror://sourceforge/flightgear/release-${shortVersion}/${pname}-${version}.tar.bz2"; 16 - sha256 = "sha256-u438vCo7AUPR/88B0alh5WbvId0z2cx2jW2apYcdTzw="; 16 + sha256 = "sha256-W7KZzFU5qZE6tOv9YSzH3yoNi8YET2yzmThMcl23140="; 17 17 }; 18 18 19 19 nativeBuildInputs = [ cmake ];