12 lines
322 B
Nix
12 lines
322 B
Nix
{
|
|
version = "4.7.1-stable";
|
|
hash = "sha256-3JzJuFbicIJ4AiEVxh5t1/q9mjxwFXZvTAfEBdrIzsc=";
|
|
default = {
|
|
exportTemplatesHash = "sha256-hkCdtiALb4/TIwmJwtIAKFHz3Ris8R1726/d9aDdD3I=";
|
|
};
|
|
mono = {
|
|
exportTemplatesHash = "sha256-75pwi+UezZdM19zNyv16GHDaPT4cJMByvbuYGMen22M=";
|
|
nugetDeps = ./deps.json;
|
|
};
|
|
}
|