Skip to content

Commit

Permalink
bat: remove unnecessary fetchSubmodules
Browse files Browse the repository at this point in the history
submodules have already been converted to binary assets and checked into the repo
  • Loading branch information
zowoq committed Jun 6, 2020
1 parent ac58340 commit 06af425
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkgs/tools/misc/bat/default.nix
Expand Up @@ -10,8 +10,7 @@ rustPlatform.buildRustPackage rec {
owner = "sharkdp";
repo = pname;
rev = "v${version}";
sha256 = "1pjdvhldmjpy8ymb7r91y18hj5dx1iygszsfwkd66v9rncjigd07";
fetchSubmodules = true;
sha256 = "0pjdba2c6p7ldgx2yfffxqlpasrcfrlkw63m1ma34zdq0f287w3p";
};

cargoSha256 = "0myz06hjv4hwzmyqa9l36i9j9d213a0mnq8rvx6wyff7mr9zk99i";
Expand Down

0 comments on commit 06af425

Please sign in to comment.