bat: 0.18.2 -> 0.18.3

This commit is contained in:
Sandro Jäckel 2021-08-22 20:04:06 +02:00
parent 27d463c120
commit 45108e3f48
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -13,15 +13,15 @@
rustPlatform.buildRustPackage rec {
pname = "bat";
version = "0.18.2";
version = "0.18.3";
src = fetchFromGitHub {
owner = "sharkdp";
repo = pname;
rev = "v${version}";
sha256 = "sha256-Y8CmVOIDPQ9kpggOlKnxLV0oOyNRow0r/nvxNpCtYNU=";
sha256 = "sha256-3XwnlSPlyEE4oznXK59/rooZLtj1+VbozprXU2W0J5I=";
};
cargoSha256 = "sha256-MdfBldImyW8QV0P3zPrYT2Vi9zChvXePI2T8tRsrlcQ=";
cargoSha256 = "sha256-g5yfE/s1N6EgI2ikiJbypI4iQbXPu6zGNoSVC6ldoWo=";
nativeBuildInputs = [ pkg-config installShellFiles makeWrapper ];