Unverified Commit 2947f23c authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

cairo-lang: 2.9.3 -> 2.11.2 (#385538)

parents b50375c6 b028a0dd
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.3";
  version = "2.11.2";

  src = fetchFromGitHub {
    owner = "starkware-libs";
    repo = "cairo";
    rev = "v${version}";
    hash = "sha256-X6aEyo3VY0C+1w1S7ZuxVKACKDHWaxPMR98ICq6/icg=";
    hash = "sha256-VOyqKeiPJ3/VOqcdQXC/rZnTriC2ScmAQ4IlouHjvpI=";
  };

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

  # openssl crate requires perl during build process
  nativeBuildInputs = [