Skip to content

Commit

Permalink
typstyle: 0.11.22 -> 0.11.23
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage committed May 25, 2024
1 parent 1a082d4 commit 71c9536
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/by-name/ty/typstyle/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 71c9536

Please sign in to comment.