tealdeer: 1.7.0 -> 1.7.1

This commit is contained in:
R. Ryantm 2024-11-15 15:18:12 +00:00
parent 70548b93f0
commit b34f6cb786

View File

@ -8,16 +8,16 @@
rustPlatform.buildRustPackage rec {
pname = "tealdeer";
version = "1.7.0";
version = "1.7.1";
src = fetchFromGitHub {
owner = "dbrgn";
repo = "tealdeer";
rev = "v${version}";
hash = "sha256-7Wavhl5irQU9OV7+dslrIQEAcsaqJZ/jWmxaCyTBsEs=";
hash = "sha256-UYOAj6ft6FHQz06A+K2K+bK3WXQnF5U7TuN95WIXj+M=";
};
cargoHash = "sha256-WCbpwvCXm54/Cv+TscaqseWzTUd8V1DxmS30fUZZTwI=";
cargoHash = "sha256-ZKaq/JqH/Y2Cs9LLnlt1Gawe4R+kvS3vpUcNK95uujk=";
buildInputs = lib.optional stdenv.hostPlatform.isDarwin Security;