Skip to content

Commit

Permalink
Bump driver to 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
knuton committed Sep 27, 2024
1 parent 38e9fa9 commit f179c67
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions application/overlays/dividat-driver/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

let

version = "2.4.0";
version = "2.5.0";

in buildGoModule rec {

Expand All @@ -13,7 +13,7 @@ in buildGoModule rec {
owner = "dividat";
repo = "driver";
rev = version;
sha256 = "sha256-JeyV01WAhuPw1BIG1EJ4ET5HjSc7VwoWTZ/6EvVEC5Q=";
sha256 = "sha256-Xf65d3lqhqOjF+II66BhyCxINngvK5rSvSxifOlMpoY=";
};

vendorHash = "sha256-Jj6aI85hZXGeWhJ8wq9MgI9uTm11tJZUdVwI90Pio4s=";
Expand Down
4 changes: 4 additions & 0 deletions controller/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
- controller: Enable spatial navigation using the arrow keys
- os: Improve installation device selection

## Changed

- driver: Bump to 2.5.0 for extended discovery time in firmware updates

## Removed

- controller: Remove unused label printing functionality
Expand Down

0 comments on commit f179c67

Please sign in to comment.