bat: 0.18.3 -> 0.19.0

This commit is contained in:
Sandro Jäckel 2022-01-08 18:34:23 +01:00
parent 9cd64b4b89
commit 9d7399d998
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -12,15 +12,15 @@
rustPlatform.buildRustPackage rec {
pname = "bat";
version = "0.18.3";
version = "0.19.0";
src = fetchFromGitHub {
owner = "sharkdp";
repo = pname;
rev = "v${version}";
sha256 = "sha256-3XwnlSPlyEE4oznXK59/rooZLtj1+VbozprXU2W0J5I=";
sha256 = "sha256-XF5wMLHdiyasB2H6thk6OrkAm5bZZmlPFlBl02k52qU=";
};
cargoSha256 = "sha256-g5yfE/s1N6EgI2ikiJbypI4iQbXPu6zGNoSVC6ldoWo=";
cargoSha256 = "sha256-GipH9CBzvfaDqov1v9bKtrsRhUfiQ/AhBi1p+gBTwzM=";
nativeBuildInputs = [ pkg-config installShellFiles makeWrapper ];