Skip to content

Commit

Permalink
cairo-lang: 2.8.5 -> 2.9.2 (NixOS#364240)
Browse files Browse the repository at this point in the history
  • Loading branch information
wegank authored Jan 1, 2025
2 parents ce03ee0 + 4709567 commit 52cf123
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/ca/cairo-lang/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@

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

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

cargoHash = "sha256-jVQErw89rCm9f3uJftmyytru1xQa+FKsUkszHJWBGNU=";
cargoHash = "sha256-2qm2hL4M2xHidRYF9Fhxxn2IG22mPEBZW5yhu6wPVDY=";

# openssl crate requires perl during build process
nativeBuildInputs = [
Expand Down

0 comments on commit 52cf123

Please sign in to comment.