8 lines
162 B
Nix
8 lines
162 B
Nix
{ fetchNuGet }:
|
|
[
|
|
(fetchNuGet {
|
|
pname = "FSharp.Core";
|
|
version = "10.1.201";
|
|
sha256 = "sha256-NzxdRJgL+5RQpUm8Y6Mc0w7sakxqThv6qHpP+u0x5x0=";
|
|
})
|
|
]
|