Merge pull request #325030 from r-ryantm/auto-update/rune

rune: 0.13.2 -> 0.13.3
This commit is contained in:
Nick Cao 2024-07-06 12:19:24 -04:00 committed by GitHub
commit 3ff27a7bd0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,15 +7,15 @@
rustPlatform.buildRustPackage rec {
pname = "rune";
version = "0.13.2";
version = "0.13.3";
src = fetchCrate {
pname = "rune-cli";
inherit version;
hash = "sha256-Xk4gUBxDdnW2AIEvMaEjzVsqCQFK9B/Wyg7RpJ/hbrA=";
hash = "sha256-nrHduxHSX31nwqcBbgPT4WH64LXTruScocpqex4zxf4=";
};
cargoHash = "sha256-hpJ++mzP2QFE/iHZQvcjT03xPnyPYw7EgsL8NwxrZVQ=";
cargoHash = "sha256-EjUzXb2r6lKV1fBL7KdseC9vmW2L0AjpowYo4j8Xpv8=";
buildInputs = lib.optionals stdenv.isDarwin [
darwin.apple_sdk.frameworks.CoreServices