cairo-lang: 2.9.3 -> 2.11.2

This commit is contained in:
R. Ryantm
2025-03-12 05:57:03 +00:00
parent e607ef1af0
commit b028a0ddca
+3 -3
View File
@@ -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 = [