Skip to content

Commit

Permalink
FMO-92: Add ability to passthrough device using vendorname with fmo-tool
Browse files Browse the repository at this point in the history
- Update fmo-tool version with vendorname in ddp

Signed-off-by: Anh Huy Bui <[email protected]>
  • Loading branch information
buianhhuy96 committed Dec 17, 2024
1 parent 3686159 commit 4b1788d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/custom-packages/fmo-tool/fmo-tool.nix
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ pkgs.python3Packages.buildPythonApplication {

src = builtins.fetchGit {
url = "[email protected]:tiiuae/fmo-tool.git";
rev = "4cdb772a104893ecf2d15333bad0f335040c3be9";
ref = "refs/heads/main";
rev = "a0c696d665578bcb8024175bb22451b7aa7952e3";
ref = "refs/heads/ddp_add_vendorname_as_rule";
};
}

0 comments on commit 4b1788d

Please sign in to comment.