mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
bat: remove unnecessary fetchSubmodules
submodules have already been converted to binary assets and checked into the repo
This commit is contained in:
parent
ac58340b12
commit
06af4257b5
@ -10,8 +10,7 @@ rustPlatform.buildRustPackage rec {
|
||||
owner = "sharkdp";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
sha256 = "1pjdvhldmjpy8ymb7r91y18hj5dx1iygszsfwkd66v9rncjigd07";
|
||||
fetchSubmodules = true;
|
||||
sha256 = "0pjdba2c6p7ldgx2yfffxqlpasrcfrlkw63m1ma34zdq0f287w3p";
|
||||
};
|
||||
|
||||
cargoSha256 = "0myz06hjv4hwzmyqa9l36i9j9d213a0mnq8rvx6wyff7mr9zk99i";
|
||||
|
Loading…
Reference in New Issue
Block a user