Skip to content

Commit

Permalink
cargo-dist: 0.21.1 -> 0.22.0 (#338169)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianhjr authored Sep 2, 2024
2 parents f4ffa32 + 8ad650c commit 96050d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/rust/cargo-dist/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@

rustPlatform.buildRustPackage rec {
pname = "cargo-dist";
version = "0.21.1";
version = "0.22.0";

src = fetchFromGitHub {
owner = "axodotdev";
repo = "cargo-dist";
rev = "v${version}";
hash = "sha256-0CL/2n1MZJLMdlrtD7IoYBJY0aHtE93Z/gpWnJw1+zQ=";
hash = "sha256-h8LiR+eU0d80OdXNi4/jdQocNPHEWP3qHY3hC0bPflw=";
};

cargoHash = "sha256-JJWPFsFQ+2DFyMxscjrzA/nnAAEIM3dnwKAqQPKcLP0=";
cargoHash = "sha256-HacPF457CvKo4xsygSVyRNYOb8ToHEG1OFOXbFRhsDs=";

nativeBuildInputs = [
pkg-config
Expand Down

0 comments on commit 96050d6

Please sign in to comment.