8 rustPlatform.buildRustPackage rec {
10 version = "0-unstable-2024-12-17";
12 useFetchCargoVendor = true;
13 cargoHash = "sha256-fqGxor2PgsQemnPNoZkgNUNc7yRg2eqHTLzJAVpt6+8=";
15 src = fetchFromGitHub {
18 rev = "6c2cabc8e7e696ea129f55aa7732a6be63bc2319";
19 hash = "sha256-uuET0BG2kBFEEWSSZ35h6+tnqTTjEHOP50GR3IkL+CE=";
22 env.OPENSSL_NO_VENDOR = 1;
31 doCheck = false; # no tests
34 description = "Package manager for typst";
36 UTPM is a package manager for local and remote packages. Create quickly
37 new projects and templates from a singular tool, and then publish it directly
40 homepage = "https://github.com/Thumuss/utpm";
41 license = lib.licenses.mit;
43 maintainers = with lib.maintainers; [ louis-thevenet ];