fsharp: 3.1 -> 3.1.0

This matches the traditional upstream versioning for FSharp in the wild

Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
Austin Seipp 2014-04-08 10:53:50 -05:00
parent 35abc43092
commit f14540a619

View File

@ -2,7 +2,7 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "fsharp-${version}"; name = "fsharp-${version}";
version = "3.1"; version = "3.1.0";
src = fetchgit { src = fetchgit {
url = "https://github.com/fsharp/fsharp"; url = "https://github.com/fsharp/fsharp";