aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/compilers/fsharp
diff options
context:
space:
mode:
authorAustin Seipp <aseipp@pobox.com>2014-04-08 10:53:50 -0500
committerAustin Seipp <aseipp@pobox.com>2014-04-08 10:54:25 -0500
commitf14540a6191ea5652a01245fc51197baf0ead2f5 (patch)
tree1dc4497662291ddb2fbba5b951ce223e647c9807 /pkgs/development/compilers/fsharp
parent35abc43092d4a1d8452b6f40e3be0df508ddfdc0 (diff)
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>
Diffstat (limited to 'pkgs/development/compilers/fsharp')
-rw-r--r--pkgs/development/compilers/fsharp/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/compilers/fsharp/default.nix b/pkgs/development/compilers/fsharp/default.nix
index 963c7e2cb5c..1d795504589 100644
--- a/pkgs/development/compilers/fsharp/default.nix
+++ b/pkgs/development/compilers/fsharp/default.nix
@@ -2,7 +2,7 @@
stdenv.mkDerivation rec {
name = "fsharp-${version}";
- version = "3.1";
+ version = "3.1.0";
src = fetchgit {
url = "https://github.com/fsharp/fsharp";