Gaetan Lepage 2024-05-21 09:57:05 +02:00
parent 14e72f81d1
commit 007a604add

View File

@ -10,16 +10,16 @@
rustPlatform.buildRustPackage rec {
pname = "typstyle";
version = "0.11.21";
version = "0.11.22";
src = fetchFromGitHub {
owner = "Enter-tainer";
repo = "typstyle";
rev = "v${version}";
hash = "sha256-dmHacYUL0Pig3SxSlRU4ddKzZmBJKDq/ulV3GDW7O1k=";
hash = "sha256-DyYx//KubbRN1zyBoBoL4MRuHZBDngXazC7HiuA+4Sk=";
};
cargoHash = "sha256-D1IabmWlPwWnSdltDN+DViVpm4ue+ZFIQZrhL+YNeUU=";
cargoHash = "sha256-+Hd1u9mUJ2SPfx0mOYT2KiDY7+/Q3EjkVyS++jgUtFs=";
nativeBuildInputs = [
pkg-config