about summary refs log tree commit diff
path: root/pkgs/development/tools/rust
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2023-10-08 08:34:04 +0200
committerGitHub <noreply@github.com>2023-10-08 08:34:04 +0200
commit5a1f65ce04a5a249872fa9cb0bdc9c4f91179755 (patch)
tree6855d12de8a7e3c5d7eb5fc195010f4e1a63aa81 /pkgs/development/tools/rust
parent969ad64c9559a3984d70ed7c40409a867be5c867 (diff)
parentaf2e46992d3839df9fae8aaf19a0dfcaf0a31ed3 (diff)
Merge pull request #259670 from r-ryantm/auto-update/cargo-run-bin
cargo-run-bin: 1.3.2 -> 1.4.1
Diffstat (limited to 'pkgs/development/tools/rust')
-rw-r--r--pkgs/development/tools/rust/cargo-run-bin/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/tools/rust/cargo-run-bin/default.nix b/pkgs/development/tools/rust/cargo-run-bin/default.nix
index ac611a60e448a..aa710f493cd9c 100644
--- a/pkgs/development/tools/rust/cargo-run-bin/default.nix
+++ b/pkgs/development/tools/rust/cargo-run-bin/default.nix
@@ -5,14 +5,14 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "cargo-run-bin";
-  version = "1.3.2";
+  version = "1.4.1";
 
   src = fetchCrate {
     inherit pname version;
-    hash = "sha256-NWXyy2VgVjEftD2Zl6TbpJnXVTi4UUNSomHCv9Gnkrk=";
+    hash = "sha256-imp7TzSVWo6l23tQu2oMMdVj/3sT9mU+lIBc0cVwO+s=";
   };
 
-  cargoHash = "sha256-eiRKWV+xMyyv61FIBJWt0B12e6mn+G1kW0LpyCMuWWc=";
+  cargoHash = "sha256-TQOFXFdfD4iVy4K9IjcX0L7zLeNw9RAHb2WE5rERP/0=";
 
   # multiple impurities in tests
   doCheck = false;