about summary refs log tree commit diff
path: root/pkgs/development/interpreters
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-10-28 03:42:00 +0200
committerGitHub <noreply@github.com>2023-10-28 03:42:00 +0200
commit1b116280cb7928141734fcd778fc16921626409c (patch)
tree6f764cb100d6db88a51141c15d951d9b26ef91fe /pkgs/development/interpreters
parenta3095de3b3590520e5a1acce34f368e42cd5f073 (diff)
parentdb70fd9812fa06932640b5d3930bfccffe4cbd52 (diff)
downloadnixlib-1b116280cb7928141734fcd778fc16921626409c.tar
nixlib-1b116280cb7928141734fcd778fc16921626409c.tar.gz
nixlib-1b116280cb7928141734fcd778fc16921626409c.tar.bz2
nixlib-1b116280cb7928141734fcd778fc16921626409c.tar.lz
nixlib-1b116280cb7928141734fcd778fc16921626409c.tar.xz
nixlib-1b116280cb7928141734fcd778fc16921626409c.tar.zst
nixlib-1b116280cb7928141734fcd778fc16921626409c.zip
Merge pull request #261954 from r-ryantm/auto-update/rune
rune: 0.12.4 -> 0.13.1
Diffstat (limited to 'pkgs/development/interpreters')
-rw-r--r--pkgs/development/interpreters/rune/default.nix9
1 files changed, 5 insertions, 4 deletions
diff --git a/pkgs/development/interpreters/rune/default.nix b/pkgs/development/interpreters/rune/default.nix
index 944741a21b10..510ab71bdc68 100644
--- a/pkgs/development/interpreters/rune/default.nix
+++ b/pkgs/development/interpreters/rune/default.nix
@@ -7,18 +7,19 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "rune";
-  version = "0.12.4";
+  version = "0.13.1";
 
   src = fetchCrate {
     pname = "rune-cli";
     inherit version;
-    hash = "sha256-Fw6vCy6EMLzNbhwOUwCCsGSueDxfh7KMjLhhbvTzclc=";
+    hash = "sha256-7GScETlQ/rl9vOB9zSfsCM1ay1F5YV6OAxKe82lMU1I=";
   };
 
-  cargoHash = "sha256-F1FI7ZVNXIFzxIzimq0KXtGNWw26x1eQyqv+hVYaS1E=";
+  cargoHash = "sha256-T6uYe+ZgXgsGN1714Ka+fxeVDoXgjVdfrrw5Rj/95cE=";
 
   buildInputs = lib.optionals stdenv.isDarwin [
-    darwin.apple_sdk.frameworks.Security
+    darwin.apple_sdk.frameworks.CoreServices
+    darwin.apple_sdk.frameworks.SystemConfiguration
   ];
 
   env = {