mutannot/Mutannot/deps.nix
2026-04-28 08:33:01 +02:00

8 lines
162 B
Nix

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