Merge pull request #45894 from dywedir/bat

bat: 0.6.0 -> 0.6.1
This commit is contained in:
Sarah Brofeldt 2018-09-01 09:51:06 +02:00 committed by GitHub
commit 04519fbf06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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