about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-02-26 16:42:14 +0000
committerMatthias Beyer <mail@beyermatthias.de>2024-04-14 08:09:48 +0200
commit1b4f8c2fda55f796dc4cbcad07962311027ecab7 (patch)
tree7103face18db7d3ce23e9936b8260828de6c3f1a /pkgs/development
parent0b5b50efd9b7e0775ba30b1f099aa4ed4c298a9c (diff)
cargo-dist: 0.8.2 -> 0.11.1
(cherry picked from commit f4a21709f51ff42a0044ef286abf3a8797fc87f7)
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
(cherry picked from commit 26654903ab8423819096691ef0dc6eca352be4cd)
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/tools/rust/cargo-dist/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/tools/rust/cargo-dist/default.nix b/pkgs/development/tools/rust/cargo-dist/default.nix
index bce7b5f8db803..a156e40f6f5de 100644
--- a/pkgs/development/tools/rust/cargo-dist/default.nix
+++ b/pkgs/development/tools/rust/cargo-dist/default.nix
@@ -14,16 +14,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "cargo-dist";
-  version = "0.8.2";
+  version = "0.11.1";
 
   src = fetchFromGitHub {
     owner = "axodotdev";
     repo = "cargo-dist";
     rev = "v${version}";
-    hash = "sha256-Y4jXAZgJj0d1fUFuM94umlj/JsawWs3KxEQAucsT24s=";
+    hash = "sha256-SnwTfRHa/1iVG5tcypFQXUTHEOTiXkICzyjdKNYXQcM=";
   };
 
-  cargoHash = "sha256-Jza9U5vL45rvDPLb4/iELneKgy1OTCMBM1JxfuxZigQ=";
+  cargoHash = "sha256-Z3usfwxUQzrxAoINUZnM6Gffj1GEVaRNOg+XW5g8PH8=";
 
   nativeBuildInputs = [
     pkg-config