about summary refs log tree commit diff
path: root/pkgs/development/tools/rust
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-09-27 11:20:41 -0400
committerfigsoda <figsoda@pm.me>2023-09-27 11:20:41 -0400
commit4e288c16e75b165ff002d9f5796138df8504c316 (patch)
tree6265ece406b25e9f9a11262f1e5783414c6f47e9 /pkgs/development/tools/rust
parentfe814c51140c2e1cf8d7bbeced3a1922d8c2d6c1 (diff)
downloadnixlib-4e288c16e75b165ff002d9f5796138df8504c316.tar
nixlib-4e288c16e75b165ff002d9f5796138df8504c316.tar.gz
nixlib-4e288c16e75b165ff002d9f5796138df8504c316.tar.bz2
nixlib-4e288c16e75b165ff002d9f5796138df8504c316.tar.lz
nixlib-4e288c16e75b165ff002d9f5796138df8504c316.tar.xz
nixlib-4e288c16e75b165ff002d9f5796138df8504c316.tar.zst
nixlib-4e288c16e75b165ff002d9f5796138df8504c316.zip
cargo-dist: 0.2.0 -> 0.3.0
Diff: https://github.com/axodotdev/cargo-dist/compare/v0.2.0...v0.3.0

Changelog: https://github.com/axodotdev/cargo-dist/blob/v0.3.0/CHANGELOG.md
Diffstat (limited to 'pkgs/development/tools/rust')
-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 47e62a2c366b..b238241ec346 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