Merge pull request #314631 from GaetanLepage/typstyle

typstyle: 0.11.22 -> 0.11.23
This commit is contained in:
Pol Dellaiera 2024-05-25 19:01:53 +02:00 committed by GitHub
commit b1289a4ced
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,16 +10,16 @@
rustPlatform.buildRustPackage rec {
pname = "typstyle";
version = "0.11.22";
version = "0.11.23";
src = fetchFromGitHub {
owner = "Enter-tainer";
repo = "typstyle";
rev = "v${version}";
hash = "sha256-DyYx//KubbRN1zyBoBoL4MRuHZBDngXazC7HiuA+4Sk=";
rev = "refs/tags/v${version}";
hash = "sha256-42wpXEQdvVgN4aIXUp/t1jnPxqOW9ChxD0YB07PGE5o=";
};
cargoHash = "sha256-+Hd1u9mUJ2SPfx0mOYT2KiDY7+/Q3EjkVyS++jgUtFs=";
cargoHash = "sha256-Zp094Hs3850foQ1oGz56qEHY1dDIkXS+iDC7hJlOET0=";
nativeBuildInputs = [
pkg-config