cfonts: 1.1.3 -> 1.2.0

This commit is contained in:
R. Ryantm 2025-03-17 21:49:43 +00:00
parent 83b4051e4e
commit abcb6b77b4

View file

@ -5,15 +5,15 @@
}:
rustPlatform.buildRustPackage rec {
pname = "cfonts";
version = "1.1.3";
version = "1.2.0";
src = fetchCrate {
inherit pname version;
hash = "sha256-ixxDlHjx5Bi6Wl/kzJ/R7d+jgTDCAti25TV1RlXRPus=";
hash = "sha256-W5hN+b4R50tNfYb3WrM0z5Etm6ixa11pZWnzGC9bjSs=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-eJM3CS3I++p6Pk/K8vkD/H/RAmD+eQJ+//It/Jn5dX4=";
cargoHash = "sha256-MXUUvk7R1JdjNlZ7h3ymUAPOT/A0I8TOW3saBB4C94o=";
meta = with lib; {
homepage = "https://github.com/dominikwilkowski/cfonts";