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:
parent
35abc43092
commit
f14540a619
@ -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";
|
||||||
|
Loading…
Reference in New Issue
Block a user