cfonts: 1.1.0 -> 1.1.2

+4 -7
+4 -7
pkgs/tools/misc/cfonts/default.nix
··· 1 - { lib 2 - , rustPlatform 3 - , fetchCrate 4 - }: 5 rustPlatform.buildRustPackage rec { 6 pname = "cfonts"; 7 - version = "1.1.0"; 8 9 src = fetchCrate { 10 inherit pname version; 11 - sha256 = "sha256-STeLEHgggshhyLCfqiJmDcmwxqQ1AOGHj2ATliEY+DA="; 12 }; 13 14 - cargoHash = "sha256-GGi4OduO9FPIWllxlx4tK3lix36zF0FNDyptzftV0GY="; 15 16 meta = with lib; { 17 homepage = "https://github.com/dominikwilkowski/cfonts";
··· 1 + { lib, rustPlatform, fetchCrate }: 2 rustPlatform.buildRustPackage rec { 3 pname = "cfonts"; 4 + version = "1.1.2"; 5 6 src = fetchCrate { 7 inherit pname version; 8 + hash = "sha256-bnjrbcQ2MMZsM0rWWk+xkA58rSREHWfSvlGDAHKIPAw="; 9 }; 10 11 + cargoHash = "sha256-8NgEsFglt+JyP5D61mT4Z8SIbPATJskiEpn8tWy+yjk="; 12 13 meta = with lib; { 14 homepage = "https://github.com/dominikwilkowski/cfonts";