rustup: use tag and hash in the fetcher

This commit is contained in:
Acid Bong
2025-04-19 12:11:57 +03:00
parent fe282930f4
commit d3d46e1996
@@ -29,8 +29,8 @@ rustPlatform.buildRustPackage rec {
src = fetchFromGitHub {
owner = "rust-lang";
repo = "rustup";
rev = version;
sha256 = "sha256-BehkJTEIbZHaM+ABaWN/grl9pX75lPqyBj1q1Kt273M=";
tag = version;
hash = "sha256-BehkJTEIbZHaM+ABaWN/grl9pX75lPqyBj1q1Kt273M=";
};
useFetchCargoVendor = true;