bat: 0.7.0 -> 0.7.1 (#47216)

This commit is contained in:
Vladyslav M 2018-09-23 16:06:51 +03:00 committed by xeji
parent 979089c1bc
commit e5916b8b7f

View File

@ -4,17 +4,17 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
name = "bat-${version}"; name = "bat-${version}";
version = "0.7.0"; version = "0.7.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "sharkdp"; owner = "sharkdp";
repo = "bat"; repo = "bat";
rev = "v${version}"; rev = "v${version}";
sha256 = "1dhn88asf08dvl4827v4mkxafcr01m1h5jmicvzda9ywmr82g1cs"; sha256 = "1fzk0z7r70rjvv2c6531zaa1jzbcb7j9wbi0xqb9y4dls538bmz0";
fetchSubmodules = true; fetchSubmodules = true;
}; };
cargoSha256 = "10s8ig08prs1wcsisrllvsixqkrkwjx769y1w5fypldn9kfk2lka"; cargoSha256 = "19syz0sxcpk3i4675bfq5gpb9i6hp81in36w820kkvamaimq10nd";
nativeBuildInputs = [ cmake pkgconfig zlib ]; nativeBuildInputs = [ cmake pkgconfig zlib ];