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

rune: 0.12.4 -> 0.13.1
This commit is contained in:
Weijia Wang 2023-10-28 03:42:00 +02:00 committed by GitHub
commit 1b116280cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,18 +7,19 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "rune"; pname = "rune";
version = "0.12.4"; version = "0.13.1";
src = fetchCrate { src = fetchCrate {
pname = "rune-cli"; pname = "rune-cli";
inherit version; inherit version;
hash = "sha256-Fw6vCy6EMLzNbhwOUwCCsGSueDxfh7KMjLhhbvTzclc="; hash = "sha256-7GScETlQ/rl9vOB9zSfsCM1ay1F5YV6OAxKe82lMU1I=";
}; };
cargoHash = "sha256-F1FI7ZVNXIFzxIzimq0KXtGNWw26x1eQyqv+hVYaS1E="; cargoHash = "sha256-T6uYe+ZgXgsGN1714Ka+fxeVDoXgjVdfrrw5Rj/95cE=";
buildInputs = lib.optionals stdenv.isDarwin [ buildInputs = lib.optionals stdenv.isDarwin [
darwin.apple_sdk.frameworks.Security darwin.apple_sdk.frameworks.CoreServices
darwin.apple_sdk.frameworks.SystemConfiguration
]; ];
env = { env = {