Skip to content

Commit d8dc33a

Browse files
committed
Merge branch 'dev/paul/zumo'
2 parents 7b92ef4 + f852876 commit d8dc33a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,12 +117,12 @@ in rec {
117117
board_name = "Pololu 3pi+ 2040 Robot";
118118
file_name = "pololu-3pi-2040-robot";
119119
MICROPY_BOARD = "POLOLU_3PI_2040_ROBOT";
120-
start_url = "https://www.pololu.com/3pi/start";
120+
start_url = "https://www.pololu.com/3pi/start";
121121
example_code = pkgs.fetchFromGitHub {
122122
owner = "pololu";
123123
repo = "pololu-3pi-2040-robot";
124-
rev = "edc85070ec9820e3740a7d118d253f67ea6fbc86"; # 2023-05-10
125-
hash = "sha256-uhod1T8c6q6GN1p3aUMjZjueissL1FrhVBSrvihJey8=";
124+
rev = "bf2688c366d4986be37e88ee364e237050a11e6b"; # 2023-11-13
125+
hash = "sha256-/e8KfNVponv1Crf67B5z/3PCRMo60oHCOpiIeU3+fPM=";
126126
};
127127
};
128128

0 commit comments

Comments
 (0)