cairo-lang: 2.9.2 -> 2.9.3

This commit is contained in:
R. Ryantm 2025-02-14 03:17:25 +00:00
parent 51c388cd92
commit 1af7f05b19

View File

@ -8,17 +8,17 @@
rustPlatform.buildRustPackage rec {
pname = "cairo";
version = "2.9.2";
version = "2.9.3";
src = fetchFromGitHub {
owner = "starkware-libs";
repo = "cairo";
rev = "v${version}";
hash = "sha256-zjgCOrTlIPN4aU0+FCohJmISPiwpppj3zO/7unVi/iU=";
hash = "sha256-X6aEyo3VY0C+1w1S7ZuxVKACKDHWaxPMR98ICq6/icg=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-d9S8d0KLxoipH5nE0jyUaFAl/V8eSOvOwf2skrW5K5g=";
cargoHash = "sha256-yjo7nxt/oAqPRI6I3WlnFC+lfT5HiQJnsjTuijx4ekk=";
# openssl crate requires perl during build process
nativeBuildInputs = [