cairo-lang: 2.11.2 -> 2.16.1 (#393200)

This commit is contained in:
Sandro
2026-03-27 00:43:04 +00:00
committed by GitHub
+3 -3
View File
@@ -8,16 +8,16 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "cairo";
version = "2.11.2";
version = "2.16.1";
src = fetchFromGitHub {
owner = "starkware-libs";
repo = "cairo";
rev = "v${finalAttrs.version}";
hash = "sha256-VOyqKeiPJ3/VOqcdQXC/rZnTriC2ScmAQ4IlouHjvpI=";
hash = "sha256-uWnFj2oMEQvzzpi1UDK7OQ/2bAm7zlEPHhJXV+gj6nU=";
};
cargoHash = "sha256-e2Nire1TLcliq5KxoINJIZJdgohHRTXqIZPj1GNIe2A=";
cargoHash = "sha256-FrLjo+Zu8OvNZ69jjzqR1uK0hius7nwbwdlJJkkvTKI=";
# openssl crate requires perl during build process
nativeBuildInputs = [