Unverified Commit cf34da36 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

cairo-lang: 2.9.2 -> 2.9.3 (#381937)

parents a55852a8 1af7f05b
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -8,17 +8,17 @@

rustPlatform.buildRustPackage rec {
  pname = "cairo";
  version = "2.9.2";
  version = "2.9.3";

  src = fetchFromGitHub {
    owner = "starkware-libs";
    repo = "cairo";
    rev = "v${version}";
    hash = "sha256-zjgCOrTlIPN4aU0+FCohJmISPiwpppj3zO/7unVi/iU=";
    hash = "sha256-X6aEyo3VY0C+1w1S7ZuxVKACKDHWaxPMR98ICq6/icg=";
  };

  useFetchCargoVendor = true;
  cargoHash = "sha256-d9S8d0KLxoipH5nE0jyUaFAl/V8eSOvOwf2skrW5K5g=";
  cargoHash = "sha256-yjo7nxt/oAqPRI6I3WlnFC+lfT5HiQJnsjTuijx4ekk=";

  # openssl crate requires perl during build process
  nativeBuildInputs = [