Skip to content

Commit

Permalink
tuxedo-driver: 4.6.2 -> 4.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Keksgesicht committed Sep 21, 2024
1 parent fa639a1 commit 3e3d5e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/tuxedo-driver/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@

stdenv.mkDerivation (finalAttrs: {
pname = "tuxedo-driver-${kernel.version}";
version = "4.6.2";
version = "4.7.0";

src = fetchFromGitLab {
group = "tuxedocomputers";
owner = "development/packages";
repo = "tuxedo-drivers";
rev = "v${finalAttrs.version}";
hash = "sha256-HS/KGhgFW0vO2SSFYSdseQBhAZC70eAx9JvRgR6e6qs=";
hash = "sha256-wZUQHIkbxt9ckTFs8VTrA5I+ebBeaOm+Fb0+GqX5y0c=";
};

buildInputs = [
Expand Down

0 comments on commit 3e3d5e0

Please sign in to comment.