about summary refs log tree commit diff
path: root/pkgs/development/tools/rust/rust-script
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-06-18 10:39:17 -0400
committerfigsoda <figsoda@pm.me>2023-06-18 10:39:17 -0400
commite5742b136da8fca961601adb8b738752d708f488 (patch)
tree1fa07c260661d0efe26aba19ce5df4bc4d94eabe /pkgs/development/tools/rust/rust-script
parentf70fcb34ec729cb8706033f3c7bcdb67c682aae5 (diff)
rust-script: 0.28.0 -> 0.29.0
Diff: https://github.com/fornwall/rust-script/compare/0.28.0...0.29.0

Changelog: https://github.com/fornwall/rust-script/releases/tag/0.29.0
Diffstat (limited to 'pkgs/development/tools/rust/rust-script')
-rw-r--r--pkgs/development/tools/rust/rust-script/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/tools/rust/rust-script/default.nix b/pkgs/development/tools/rust/rust-script/default.nix
index 199a5c920e756..9a4ad9e571f61 100644
--- a/pkgs/development/tools/rust/rust-script/default.nix
+++ b/pkgs/development/tools/rust/rust-script/default.nix
@@ -2,16 +2,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "rust-script";
-  version = "0.28.0";
+  version = "0.29.0";
 
   src = fetchFromGitHub {
     owner = "fornwall";
     repo = pname;
     rev = version;
-    sha256 = "sha256-BQ/jgS7tq4upVe78N3rxNIQPq/4RHtt66wBnltcU/iY=";
+    sha256 = "sha256-c55MiXpMnOsMUI5Bg6k8Ta9iT3G+ixzfMbj9T17OKAY=";
   };
 
-  cargoSha256 = "sha256-bU/LKvixAu6GQ93FT8csQFFnfHDhFltWHXfG/Pmchfw=";
+  cargoSha256 = "sha256-yuwerF4gICPSpwopB4iMheXC7SMtX7IgSEgRwJ/gJdg=";
 
   # tests require network access
   doCheck = false;