tealdeer: 1.4.1 → 1.5.0

This commit is contained in:
Raphael Borun Das Gupta 2022-01-01 01:56:48 +01:00
parent 90ac790416
commit a0f56d2852

View file

@ -9,16 +9,16 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "tealdeer"; pname = "tealdeer";
version = "1.4.1"; version = "1.5.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "dbrgn"; owner = "dbrgn";
repo = "tealdeer"; repo = "tealdeer";
rev = "v${version}"; rev = "v${version}";
sha256 = "1f37qlw4nxdhlqlqzzb4j11gsv26abk2nk2qhbzj77kp4v2b125x"; sha256 = "sha256-yF46jCdC4UDswKa/83ZrM9VkZXQqzua2/S7y2bqYa+c=";
}; };
cargoSha256 = "1rjnparpcn8rnqy43xl4gg151p1a0zj9sna600hz01r41g1hgccq"; cargoSha256 = "sha256-BIMaVeNSdKl2A9613S+wgmb6YmiF5YJU8pTMVQfjDwI=";
buildInputs = if stdenv.isDarwin then [ Security ] else [ openssl ]; buildInputs = if stdenv.isDarwin then [ Security ] else [ openssl ];