Skip to content

Commit

Permalink
1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
icewind1991 committed Jan 6, 2024
1 parent 57d6c7f commit c57c57f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ in stdenv.mkDerivation rec {
src = fetchFromGitHub {
owner = "InfiniTimeOrg";
repo = "InfiniTime";
rev = "1.13.0";
hash = "sha256-aY1G60Rb+D7iAWsqn1j4SkL+mpXT34otWvS29UFidzM=";
rev = "1.14.0";
hash = "sha256-NWqlhQonBhWlSyI4IHLXrc8+FhUKzSo4EvLCLRFgFf0=";
fetchSubmodules = true;
};

Expand All @@ -44,6 +44,7 @@ in stdenv.mkDerivation rec {
python3.pkgs.cryptography
python3.pkgs.intelhex
python3.pkgs.adafruit-nrfutil
python3.pkgs.pillow
patch
git
];
Expand Down

0 comments on commit c57c57f

Please sign in to comment.