Skip to content

Commit

Permalink
hayagriva: 0.5.3 -> 0.6.0 (#346066)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Oct 6, 2024
2 parents 89fd412 + f86d6f7 commit 26dd3ad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/typesetting/hayagriva/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@

rustPlatform.buildRustPackage rec {
pname = "hayagriva";
version = "0.5.3";
version = "0.6.0";

src = fetchCrate {
inherit pname version;
hash = "sha256-6LJRvyCgcj/m25kC26vT3aUREstXmmCIR4+LoHZgIqw=";
hash = "sha256-ic1ohp0zmiFgfNSfI6XRL/3CJ2p+afW4IAEz2l4CL8Q=";
};

cargoHash = "sha256-asINO3zy4x+n7chriC8ESCe3K027xFUNi+54XtQwS0w=";
cargoHash = "sha256-G3rBvFzlp3Dg/k6BILNH6xNX+i9mEv9muZOiGkcad38=";

buildFeatures = [ "cli" ];

Expand Down

0 comments on commit 26dd3ad

Please sign in to comment.