Skip to content

Commit

Permalink
release: 0.2.1rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
emattiza committed Jun 12, 2024
1 parent f594700 commit 817e77f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ buildPythonPackage rec {
cargoDeps = rustPlatform.fetchCargoTarball {
inherit src;
name = "${pname}-${version}";
hash = "sha256-NJEvA6K3V8tn7J3JrEDWrqQlJie0GRjLRxztjcezoP0=";
hash = "sha256-g4KGycMxV3+It/MkmG+jPK95NvpW1sf2UtzeGHTFvBY=";
};

nativeBuildInputs = with rustPlatform; [cargoSetupHook maturinBuildHook];
Expand Down

0 comments on commit 817e77f

Please sign in to comment.