bat: 0.2.0 -> 0.3.0
This commit is contained in:
parent
0481467282
commit
97263dfb92
@ -2,24 +2,24 @@
|
|||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
name = "bat-${version}";
|
name = "bat-${version}";
|
||||||
version = "0.2.0";
|
version = "0.3.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "sharkdp";
|
owner = "sharkdp";
|
||||||
repo = "bat";
|
repo = "bat";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0qbjkrakcpvnzzljifykw88g0qmmk60id23sjvhp4md54h4xg29p";
|
sha256 = "15d7i0iy5lks3jg9js6n6fy4xanjk76fpryl2kq88kdkq67hpzfp";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoSha256 = "07r10wwxv8svrw94djl092zj512868izlxldsiljfj34230abl02";
|
cargoSha256 = "179a7abhzpxjp3cc820jzxg0qk1fiv9rkpazwnzhkjl8yd7b7qi3";
|
||||||
|
|
||||||
buildInputs = with pkgs; [ openssl pkgconfig cmake zlib file perl curl ];
|
buildInputs = with pkgs; [ pkgconfig cmake zlib file perl curl ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A cat(1) clone with syntax highlighting and Git integration";
|
description = "A cat(1) clone with syntax highlighting and Git integration";
|
||||||
homepage = https://github.com/sharkdp/bat;
|
homepage = https://github.com/sharkdp/bat;
|
||||||
license = licenses.mit;
|
license = with licenses; [ asl20 /* or */ mit ];
|
||||||
maintainers = [];
|
maintainers = with maintainers; [ dywedir ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user