Skip to content

Commit eea7ac6

Browse files
committed
Pin anchor 0.17.0
1 parent 69257ee commit eea7ac6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

ci.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ let
55
in pkgs.buildEnv {
66
name = "ci";
77
paths = with pkgs;
8-
(pkgs.lib.optionals pkgs.stdenv.isLinux ([ libudev anchor ])) ++ [
8+
(pkgs.lib.optionals pkgs.stdenv.isLinux ([ libudev ])) ++ [
9+
anchor-0_17_0
910
anchor-parse-idls
1011

1112
# sdk

shell.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ in pkgs.mkShell {
3131

3232
libiconv
3333

34-
anchor
34+
anchor-0_17_0
3535
spl-token-cli
3636
] ++ (pkgs.lib.optionals pkgs.stdenv.isDarwin [
3737
pkgs.darwin.apple_sdk.frameworks.AppKit

0 commit comments

Comments
 (0)