fix rst source link

This commit is contained in:
Max Känner 2024-12-16 19:00:34 +01:00
parent 1ee35d233f
commit 8f4eb178e7

View File

@ -33,7 +33,7 @@ in
})
(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";
})
];