bat: 0.5.0 -> 0.6.0

This commit is contained in:
Vladyslav Mykhailichenko 2018-08-29 13:37:59 +03:00
parent b0d4c25c1c
commit 341a531c3d

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 ];