We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e6fec94 + 91b44eb commit 9b4faefCopy full SHA for 9b4faef
packages/codex-acp/package.nix
@@ -7,16 +7,16 @@
7
}:
8
rustPlatform.buildRustPackage rec {
9
pname = "codex-acp";
10
- version = "0.5.0";
+ version = "0.5.1";
11
12
src = fetchFromGitHub {
13
owner = "zed-industries";
14
repo = "codex-acp";
15
rev = "v${version}";
16
- hash = "sha256-PY8nEHH/Wu5K0V1A3DbgEYXjgh1noO2uGeb6eRsTzRw=";
+ hash = "sha256-fUY76RRvZ4Cri7diV1gL00KISlFeFuxqVQHbfXl2kQU=";
17
};
18
19
- cargoHash = "sha256-mswFSCdo/QEPVoMTJRtdAzgI9mQmFqmRIUxhb5qV+OY=";
+ cargoHash = "sha256-3SSwfJgpe4+7wFqX6iST4zya9x1Op4bsmKQQwbs9l5s=";
20
21
nativeBuildInputs = [
22
pkg-config
0 commit comments