about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-03-11 11:12:30 -0400
committerGitHub <noreply@github.com>2024-03-11 11:12:30 -0400
commitc5be90701315374f46b260716d8019ed45ba3aa0 (patch)
tree2ad9406a2c35985405da8fa1ab58829a278c076b
parent402a68d46ae15a2f9fb3097755f6a52ba8ed3afd (diff)
parentfbad683c26cd7723eb8ad8c7fd50ae73338794b1 (diff)
downloadnixlib-c5be90701315374f46b260716d8019ed45ba3aa0.tar
nixlib-c5be90701315374f46b260716d8019ed45ba3aa0.tar.gz
nixlib-c5be90701315374f46b260716d8019ed45ba3aa0.tar.bz2
nixlib-c5be90701315374f46b260716d8019ed45ba3aa0.tar.lz
nixlib-c5be90701315374f46b260716d8019ed45ba3aa0.tar.xz
nixlib-c5be90701315374f46b260716d8019ed45ba3aa0.tar.zst
nixlib-c5be90701315374f46b260716d8019ed45ba3aa0.zip
Merge pull request #294264 from r-ryantm/auto-update/rune
rune: 0.13.1 -> 0.13.2
-rw-r--r--pkgs/development/interpreters/rune/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/interpreters/rune/default.nix b/pkgs/development/interpreters/rune/default.nix
index 510ab71bdc68..c07cc5577fe6 100644
--- a/pkgs/development/interpreters/rune/default.nix
+++ b/pkgs/development/interpreters/rune/default.nix
@@ -7,15 +7,15 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "rune";
-  version = "0.13.1";
+  version = "0.13.2";
 
   src = fetchCrate {
     pname = "rune-cli";
     inherit version;
-    hash = "sha256-7GScETlQ/rl9vOB9zSfsCM1ay1F5YV6OAxKe82lMU1I=";
+    hash = "sha256-Xk4gUBxDdnW2AIEvMaEjzVsqCQFK9B/Wyg7RpJ/hbrA=";
   };
 
-  cargoHash = "sha256-T6uYe+ZgXgsGN1714Ka+fxeVDoXgjVdfrrw5Rj/95cE=";
+  cargoHash = "sha256-hpJ++mzP2QFE/iHZQvcjT03xPnyPYw7EgsL8NwxrZVQ=";
 
   buildInputs = lib.optionals stdenv.isDarwin [
     darwin.apple_sdk.frameworks.CoreServices