File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
pkgs/by-name/ca/cargo-dist Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1515
1616rustPlatform . 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 { } ;
You can’t perform that action at this time.
0 commit comments