Skip to content

Commit

Permalink
maturin: 1.7.4 -> 1.7.5 (#359505)
Browse files Browse the repository at this point in the history
(cherry picked from commit 477a7db)
  • Loading branch information
trofi authored and github-actions[bot] committed Dec 5, 2024
1 parent 38e60e3 commit 6532676
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/ma/maturin/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@

rustPlatform.buildRustPackage rec {
pname = "maturin";
version = "1.7.4";
version = "1.7.5";

src = fetchFromGitHub {
owner = "PyO3";
repo = "maturin";
rev = "v${version}";
hash = "sha256-Zephf4mB3RI5YIAOIjfqIfgVANefkH63OQoPPMe417E=";
hash = "sha256-rggMNvvWj6yAczWt0ztNoXvxafERV5jzbXKlVXt+GbU=";
};

cargoHash = "sha256-yLKt/Xml7ig6QG3T5Qn39tW7U5NIN1hSOaLiSRMiy5I=";
cargoHash = "sha256-kLTLUkOYQPdFOXyjBoPMT/2IMC2oILK+i/jY0iDjS2o=";

buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [
darwin.apple_sdk.frameworks.Security
Expand Down

0 comments on commit 6532676

Please sign in to comment.