1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Merge pull request #89660 from zowoq/bat

bat: remove unnecessary fetchSubmodules
This commit is contained in:
Benjamin Hipple 2020-06-06 12:23:43 -04:00 committed by GitHub
commit 7facd2f438
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,8 +10,7 @@ rustPlatform.buildRustPackage rec {
owner = "sharkdp";
repo = pname;
rev = "v${version}";
sha256 = "1pjdvhldmjpy8ymb7r91y18hj5dx1iygszsfwkd66v9rncjigd07";
fetchSubmodules = true;
sha256 = "0pjdba2c6p7ldgx2yfffxqlpasrcfrlkw63m1ma34zdq0f287w3p";
};
cargoSha256 = "0myz06hjv4hwzmyqa9l36i9j9d213a0mnq8rvx6wyff7mr9zk99i";