bat: 0.6.0 -> 0.6.1

This commit is contained in:
Vladyslav Mykhailichenko 2018-09-01 09:45:32 +03:00
parent 4477cf04b6
commit 5d088b2601

View File

@ -2,13 +2,13 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
name = "bat-${version}"; name = "bat-${version}";
version = "0.6.0"; version = "0.6.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "sharkdp"; owner = "sharkdp";
repo = "bat"; repo = "bat";
rev = "v${version}"; rev = "v${version}";
sha256 = "04ip0h1n7wavd7j7r7ppcy3v4987yv44mgw8qm8d56pcw67f9vwk"; sha256 = "19xmj3a3npx4v1mlvd31r3icml73mxjq6la5qifb2i35ciqnx9bd";
fetchSubmodules = true; fetchSubmodules = true;
}; };