cfonts: 1.1.0 -> 1.1.2

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