summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2023-09-27 19:32:46 +0200
committerGitHub <noreply@github.com>2023-09-27 19:32:46 +0200
commit56c409f4a91e83b02f07fc5ba56f274bb4358485 (patch)
tree9e063e7964e3d02fd44bb7855cc591d9c0619bc0
parente28274a93c82daca32b825d6ce24c6da212380c1 (diff)
parent4e288c16e75b165ff002d9f5796138df8504c316 (diff)
downloadnixpkgs-56c409f4a91e83b02f07fc5ba56f274bb4358485.tar
nixpkgs-56c409f4a91e83b02f07fc5ba56f274bb4358485.tar.gz
nixpkgs-56c409f4a91e83b02f07fc5ba56f274bb4358485.tar.bz2
nixpkgs-56c409f4a91e83b02f07fc5ba56f274bb4358485.tar.lz
nixpkgs-56c409f4a91e83b02f07fc5ba56f274bb4358485.tar.xz
nixpkgs-56c409f4a91e83b02f07fc5ba56f274bb4358485.tar.zst
nixpkgs-56c409f4a91e83b02f07fc5ba56f274bb4358485.zip
Merge pull request #257658 from figsoda/dist
cargo-dist: 0.2.0 -> 0.3.0
-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 47e62a2c366..b238241ec34 100644
--- a/pkgs/development/tools/rust/cargo-dist/default.nix
+++ b/pkgs/development/tools/rust/cargo-dist/default.nix
@@ -13,16 +13,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "cargo-dist";
-  version = "0.2.0";
+  version = "0.3.0";
 
   src = fetchFromGitHub {
     owner = "axodotdev";
     repo = "cargo-dist";
     rev = "v${version}";
-    hash = "sha256-uHkmwmEVV3+VPvp5WIc+PbwYvhYZHStiMun1yguPelw=";
+    hash = "sha256-gfUSS2ITMueuohkcdSGHg1VjJ7Mn9EYoyyonnLbtZRQ=";
   };
 
-  cargoHash = "sha256-8bgb8CCkoqECyd9CW2OkPQmhqfiIOuelsXhOcm1d9kQ=";
+  cargoHash = "sha256-T8ZBYWUaxRaYv4SBshbBzFwpePuijZFIq338oi2sH2U=";
 
   nativeBuildInputs = [
     pkg-config