about summary refs log tree commit diff
path: root/pkgs/development/tools/rust
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-09-26 14:39:29 -0400
committerfigsoda <figsoda@pm.me>2023-09-26 14:39:29 -0400
commitf501e8a9b3bbba1f424ee94696cfa10fbd997f17 (patch)
tree4b2ba0d4a375b104c7fa02cae1c48fb88ee81ee6 /pkgs/development/tools/rust
parent87a1136163150626113336096eb5f327926213bb (diff)
downloadnixlib-f501e8a9b3bbba1f424ee94696cfa10fbd997f17.tar
nixlib-f501e8a9b3bbba1f424ee94696cfa10fbd997f17.tar.gz
nixlib-f501e8a9b3bbba1f424ee94696cfa10fbd997f17.tar.bz2
nixlib-f501e8a9b3bbba1f424ee94696cfa10fbd997f17.tar.lz
nixlib-f501e8a9b3bbba1f424ee94696cfa10fbd997f17.tar.xz
nixlib-f501e8a9b3bbba1f424ee94696cfa10fbd997f17.tar.zst
nixlib-f501e8a9b3bbba1f424ee94696cfa10fbd997f17.zip
rust-script: 0.31.0 -> 0.32.0
Diff: https://github.com/fornwall/rust-script/compare/0.31.0...0.32.0

Changelog: https://github.com/fornwall/rust-script/releases/tag/0.32.0
Diffstat (limited to 'pkgs/development/tools/rust')
-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 a70c67037ff2..6551c838e3d8 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.31.0";
+  version = "0.32.0";
 
   src = fetchFromGitHub {
     owner = "fornwall";
     repo = pname;
     rev = version;
-    sha256 = "sha256-W0+UaP0aROfGuvWhPcq6QYJZ6XgUAp4XARTzr3Pch/o=";
+    sha256 = "sha256-VyiVa1aeJslH1Vkg0TvON7VDiJVMIIbrlmx2FRDz75o=";
   };
 
-  cargoSha256 = "sha256-dNtAee7lyrlamZEtkrrGgs25xW74UixI4NdeD35wzJU=";
+  cargoSha256 = "sha256-K7wT5Og1nx+UcsehLbpUx0NlvoaicMDd02SkUoAncwI=";
 
   # tests require network access
   doCheck = false;