mitex: 0.2.6 -> 0.2.7 (#510252)

This commit is contained in:
nixpkgs-ci[bot]
2026-04-15 13:59:58 +00:00
committed by GitHub
+3 -3
View File
@@ -9,16 +9,16 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "mitex";
version = "0.2.6";
version = "0.2.7";
src = fetchFromGitHub {
owner = "mitex-rs";
repo = "mitex";
tag = finalAttrs.version;
hash = "sha256-ec/vocq+gU3zbFU2zNTLuHWmte9t8riYlgpS8BzxJBE=";
hash = "sha256-LoGgRiIQQEKvyYIVjvEjg7OuzDl5hmPsrnunDMPfPLI=";
};
cargoHash = "sha256-AKQrIehctDlG06R21Ia14IC7Yj2/mq/VKPOyIdDBS2g=";
cargoHash = "sha256-Y/RCUAPohQ7lKPUM07zXM/2/RQpqUmF7cr19GUVVk4Y=";
nativeBuildInputs = [ typst ];