Skip to content

Commit

Permalink
typstyle: 0.11.23 -> 0.11.24
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage committed May 27, 2024
1 parent e7c35fd commit e6aa3ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.23";
version = "0.11.24";

src = fetchFromGitHub {
owner = "Enter-tainer";
repo = "typstyle";
rev = "refs/tags/v${version}";
hash = "sha256-42wpXEQdvVgN4aIXUp/t1jnPxqOW9ChxD0YB07PGE5o=";
hash = "sha256-FLvbY+0TozOWZ+JTX//psNjle5GxcyeZXzMOf4/s1v0=";
};

cargoHash = "sha256-Zp094Hs3850foQ1oGz56qEHY1dDIkXS+iDC7hJlOET0=";
cargoHash = "sha256-VA2WNheQltgCaWwtpbEAn2qtlA0fTeEbCjvgkjF+nvw=";

nativeBuildInputs = [
pkg-config
Expand Down

0 comments on commit e6aa3ca

Please sign in to comment.