Skip to content

Commit 9b4faef

Browse files
Merge pull request #1082 from numtide/update/codex-acp
codex-acp: 0.5.0 -> 0.5.1
2 parents e6fec94 + 91b44eb commit 9b4faef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/codex-acp/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77
}:
88
rustPlatform.buildRustPackage rec {
99
pname = "codex-acp";
10-
version = "0.5.0";
10+
version = "0.5.1";
1111

1212
src = fetchFromGitHub {
1313
owner = "zed-industries";
1414
repo = "codex-acp";
1515
rev = "v${version}";
16-
hash = "sha256-PY8nEHH/Wu5K0V1A3DbgEYXjgh1noO2uGeb6eRsTzRw=";
16+
hash = "sha256-fUY76RRvZ4Cri7diV1gL00KISlFeFuxqVQHbfXl2kQU=";
1717
};
1818

19-
cargoHash = "sha256-mswFSCdo/QEPVoMTJRtdAzgI9mQmFqmRIUxhb5qV+OY=";
19+
cargoHash = "sha256-3SSwfJgpe4+7wFqX6iST4zya9x1Op4bsmKQQwbs9l5s=";
2020

2121
nativeBuildInputs = [
2222
pkg-config

0 commit comments

Comments
 (0)