Unverified Commit 9baa67c2 authored by Jakob Leifhelm's avatar Jakob Leifhelm
Browse files

cfonts: 1.2.0 -> 1.3.0

parent c7e0a746
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -5,14 +5,14 @@
}:
rustPlatform.buildRustPackage rec {
  pname = "cfonts";
  version = "1.2.0";
  version = "1.3.0";

  src = fetchCrate {
    inherit pname version;
    hash = "sha256-W5hN+b4R50tNfYb3WrM0z5Etm6ixa11pZWnzGC9bjSs=";
    hash = "sha256-rgdqQzJyb1/bYB3S1MD/53vdQ+GaxOvGHuPE6dxMRB0=";
  };

  cargoHash = "sha256-MXUUvk7R1JdjNlZ7h3ymUAPOT/A0I8TOW3saBB4C94o=";
  cargoHash = "sha256-Gf4W7ACyyVSCXV2RmpAfrE7Xircjk34Llk2j58cWXtU=";

  meta = with lib; {
    homepage = "https://github.com/dominikwilkowski/cfonts";