bat: 0.4.1 -> 0.5.0 (#45425)
This commit is contained in:
parent
54ff14b6f3
commit
92125b381d
@ -2,16 +2,17 @@
|
|||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
name = "bat-${version}";
|
name = "bat-${version}";
|
||||||
version = "0.4.1";
|
version = "0.5.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "sharkdp";
|
owner = "sharkdp";
|
||||||
repo = "bat";
|
repo = "bat";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0fiif6b8g2hdb05s028dbcpav6ax0qap2hbsr9p2bld4z7j7321m";
|
sha256 = "0ms1hmv6qx15p47l07h7szwq0bgphhskc0xca2l641159h55r6dg";
|
||||||
|
fetchSubmodules = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoSha256 = "0w0y3sfrpk8sn9rls90kjqrqr62pd690ripdfbvb5ipkzizp429l";
|
cargoSha256 = "1dzm44kcx3plh74qr4wghl3wqwr62hcxzlcv7mhh0vvk3z36c8d4";
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake pkgconfig zlib ];
|
nativeBuildInputs = [ cmake pkgconfig zlib ];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user