Skip to content

Commit e02c410

Browse files
committed
cargo-dist: 0.23.0 -> 0.27.1
1 parent 40d63cc commit e02c410

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pkgs/by-name/ca/cargo-dist/package.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,16 @@
1515

1616
rustPlatform.buildRustPackage rec {
1717
pname = "cargo-dist";
18-
version = "0.23.0";
18+
version = "0.27.1";
1919

2020
src = fetchFromGitHub {
2121
owner = "axodotdev";
2222
repo = "cargo-dist";
2323
rev = "v${version}";
24-
hash = "sha256-R6uTuU+U9fAUx7JP2QD+mTaoSipuaOlqPiiPdXqgfhw=";
24+
hash = "sha256-bMEJJk3tTcIQsu5CpXC71Rs6bvwCG8HI64YHpUAfzM4=";
2525
};
2626

27-
cargoHash = "sha256-Hx3xo4PVObtSk68pUIqCbploKN7AxbRD36uOl/QaVkM=";
27+
cargoHash = "sha256-lVYYmKAMiecu7U3JmBQoQbDT1OmlisMjDC5vG9CrM9g=";
2828

2929
nativeBuildInputs = [
3030
pkg-config
@@ -51,7 +51,7 @@ rustPlatform.buildRustPackage rec {
5151

5252
# remove tests that require internet access
5353
postPatch = ''
54-
rm cargo-dist/tests/integration-tests.rs
54+
rm cargo-dist/tests/cli-tests.rs cargo-dist/tests/integration-tests.rs
5555
'';
5656

5757
passthru.updateScript = nix-update-script { };

0 commit comments

Comments
 (0)