Merge pull request #45742 from dywedir/bat

bat: 0.5.0 -> 0.6.0
This commit is contained in:
Jan Tojnar 2018-08-29 16:12:37 +02:00 committed by GitHub
commit eecfebdcd3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,17 +2,17 @@
rustPlatform.buildRustPackage rec {
name = "bat-${version}";
version = "0.5.0";
version = "0.6.0";
src = fetchFromGitHub {
owner = "sharkdp";
repo = "bat";
rev = "v${version}";
sha256 = "0ms1hmv6qx15p47l07h7szwq0bgphhskc0xca2l641159h55r6dg";
sha256 = "04ip0h1n7wavd7j7r7ppcy3v4987yv44mgw8qm8d56pcw67f9vwk";
fetchSubmodules = true;
};
cargoSha256 = "1dzm44kcx3plh74qr4wghl3wqwr62hcxzlcv7mhh0vvk3z36c8d4";
cargoSha256 = "062vvpj514h85h9gm3jipp6z256cnnbxbjy7ja6bm7i6bpglyvvi";
nativeBuildInputs = [ cmake pkgconfig zlib ];