Unverified Commit 98ee443b authored by figsoda's avatar figsoda Committed by GitHub
Browse files

Merge pull request #243443 from r-ryantm/auto-update/cairo-lang

cairo-lang: 2.0.1 -> 2.0.2
parents 32121424 0f1222fa
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,16 +6,16 @@

rustPlatform.buildRustPackage rec {
  pname = "cairo";
  version = "2.0.1";
  version = "2.0.2";

  src = fetchFromGitHub {
    owner = "starkware-libs";
    repo = "cairo";
    rev = "v${version}";
    hash = "sha256-bqLkCP1hzdOMrVyyyiOZYN0BKPe8OjKMfpFGCr1/anU=";
    hash = "sha256-tFWY4bqI+YVVu0E9EPl+c0UAsSn/cjgvEOQtyT9tkYg=";
  };

  cargoHash = "sha256-FzQkAlNKFFLK8XmLafm37MvLekGE24BoLliaDpc+44w=";
  cargoHash = "sha256-fnkzR07MIwzjvg2ZRhhzYIUhuidEBZt0mGfxwHyhyVE=";

  nativeCheckInputs = [
    rustfmt