Loading pkgs/by-name/ty/typst-live/package.nix +11 −10 Original line number Diff line number Diff line { lib , rustPlatform , fetchCrate , stdenv , darwin , makeWrapper , typst { lib, rustPlatform, fetchCrate, stdenv, darwin, makeWrapper, typst, }: rustPlatform.buildRustPackage rec { pname = "typst-live"; version = "0.7.0"; version = "0.8.0"; src = fetchCrate { inherit pname version; hash = "sha256-9GhrWhT0mYU2OOeoHGd5XY7BKO/S7cKTnURXi9dF+IU="; hash = "sha256-bR4Rhhs6rAC6C1nfPFj/3rCtfEziuTGn5m33CR0qZkU="; }; cargoHash = "sha256-KGwmTXkY2nv5oWwjs5ZLz6u3bJ7YWJQPqOqJJNxKDkM="; cargoHash = "sha256-jUtlJ5LPEy/4BX2G5z/UbOYM5nPNH/hTC7MiMrqYWRI="; nativeBuildInputs = [ makeWrapper Loading Loading
pkgs/by-name/ty/typst-live/package.nix +11 −10 Original line number Diff line number Diff line { lib , rustPlatform , fetchCrate , stdenv , darwin , makeWrapper , typst { lib, rustPlatform, fetchCrate, stdenv, darwin, makeWrapper, typst, }: rustPlatform.buildRustPackage rec { pname = "typst-live"; version = "0.7.0"; version = "0.8.0"; src = fetchCrate { inherit pname version; hash = "sha256-9GhrWhT0mYU2OOeoHGd5XY7BKO/S7cKTnURXi9dF+IU="; hash = "sha256-bR4Rhhs6rAC6C1nfPFj/3rCtfEziuTGn5m33CR0qZkU="; }; cargoHash = "sha256-KGwmTXkY2nv5oWwjs5ZLz6u3bJ7YWJQPqOqJJNxKDkM="; cargoHash = "sha256-jUtlJ5LPEy/4BX2G5z/UbOYM5nPNH/hTC7MiMrqYWRI="; nativeBuildInputs = [ makeWrapper Loading