fix rst source link
This commit is contained in:
parent
1ee35d233f
commit
8f4eb178e7
2
rust.nix
2
rust.nix
@ -33,7 +33,7 @@ in
|
|||||||
})
|
})
|
||||||
(builtins.fetchurl
|
(builtins.fetchurl
|
||||||
{
|
{
|
||||||
url = "https://github.com/esp-rs/rust-build/releases/download/v${version}.0/rust-src-${version}.tar.xz";
|
url = "https://github.com/esp-rs/rust-build/releases/download/v${version}/rust-src-${version}.tar.xz";
|
||||||
sha256 = "0w7fy0biml8ddvwpmrn9js4x6vkqjhm118gxy2431fnxl97v947f";
|
sha256 = "0w7fy0biml8ddvwpmrn9js4x6vkqjhm118gxy2431fnxl97v947f";
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user