From 8f4eb178e7f00fcca1c0074396b9680bd32dd6c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Max=20K=C3=A4nner?= Date: Mon, 16 Dec 2024 19:00:34 +0100 Subject: [PATCH] fix rst source link --- rust.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust.nix b/rust.nix index 7c74f15..f895a5a 100644 --- a/rust.nix +++ b/rust.nix @@ -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"; }) ];