Skip to content

Commit

Permalink
cargo-dist: 0.23.0 -> 0.27.1 (#371886)
Browse files Browse the repository at this point in the history
  • Loading branch information
donovanglover authored Jan 9, 2025
2 parents 1ee8e6f + e02c410 commit d858b11
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/by-name/ca/cargo-dist/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@

rustPlatform.buildRustPackage rec {
pname = "cargo-dist";
version = "0.23.0";
version = "0.27.1";

src = fetchFromGitHub {
owner = "axodotdev";
repo = "cargo-dist";
rev = "v${version}";
hash = "sha256-R6uTuU+U9fAUx7JP2QD+mTaoSipuaOlqPiiPdXqgfhw=";
hash = "sha256-bMEJJk3tTcIQsu5CpXC71Rs6bvwCG8HI64YHpUAfzM4=";
};

cargoHash = "sha256-Hx3xo4PVObtSk68pUIqCbploKN7AxbRD36uOl/QaVkM=";
cargoHash = "sha256-lVYYmKAMiecu7U3JmBQoQbDT1OmlisMjDC5vG9CrM9g=";

nativeBuildInputs = [
pkg-config
Expand All @@ -51,7 +51,7 @@ rustPlatform.buildRustPackage rec {

# remove tests that require internet access
postPatch = ''
rm cargo-dist/tests/integration-tests.rs
rm cargo-dist/tests/cli-tests.rs cargo-dist/tests/integration-tests.rs
'';

passthru.updateScript = nix-update-script { };
Expand Down

0 comments on commit d858b11

Please sign in to comment.