Skip to content

Commit

Permalink
Merge pull request #67993 from xrelkd/update/bat
Browse files Browse the repository at this point in the history
bat: 0.12.0 -> 0.12.1
  • Loading branch information
marsam authored Sep 3, 2019
2 parents 065c722 + 102fd20 commit 0b76876
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/misc/bat/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@

rustPlatform.buildRustPackage rec {
pname = "bat";
version = "0.12.0";
version = "0.12.1";

src = fetchFromGitHub {
owner = "sharkdp";
repo = pname;
rev = "v${version}";
sha256 = "07qxghplqq8km4kp9zas2acw302a77y72x3ix1272kb1zxhw4as6";
sha256 = "1cpa8dal4c27pnbmmrar4vqzcl4h0zf8x1zx1dlf0riavdg9n56y";
fetchSubmodules = true;
};

cargoSha256 = "0j9wxv21a91yfvbbvgn5ms5zi1aipj1k2g42mfdvvw2vsdzqagxz";
cargoSha256 = "0d7h0kn41w6wm4w63vjy2i7r19jkansfvfjn7vgh2gqh5m60kal2";

nativeBuildInputs = [ pkgconfig llvmPackages.libclang zlib ];

Expand Down

0 comments on commit 0b76876

Please sign in to comment.