Skip to content

Commit

Permalink
Merge pull request #163 from krksgbr/update-driver
Browse files Browse the repository at this point in the history
Update driver to 2.4.0
  • Loading branch information
knuton authored May 22, 2024
2 parents 603bd17 + 33d1228 commit 2d4542a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.3.0-105-g36e3e91";
version = "2.4.0";

in buildGoModule rec {

Expand All @@ -12,8 +12,8 @@ in buildGoModule rec {
src = fetchFromGitHub {
owner = "dividat";
repo = "driver";
rev = "36e3e91529c27e47fde9033f44154e22f2960b40";
sha256 = "sha256-uYCPBllDYCynPvekP6siop5u6uXY/0Kd4enL2/0nmcU=";
rev = version;
sha256 = "sha256-JeyV01WAhuPw1BIG1EJ4ET5HjSc7VwoWTZ/6EvVEC5Q=";
};

vendorHash = "sha256-Jj6aI85hZXGeWhJ8wq9MgI9uTm11tJZUdVwI90Pio4s=";
Expand Down

0 comments on commit 2d4542a

Please sign in to comment.