Skip to content

Commit

Permalink
linux-firmware-jupiter: 20240605.1 -> 20240813.1
Browse files Browse the repository at this point in the history
Also remove FOD leftovers.
  • Loading branch information
K900 committed Aug 13, 2024
1 parent 9117806 commit 3de7cad
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions pkgs/linux-firmware/default.nix
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
{ linux-firmware, fetchFromGitHub }:

linux-firmware.overrideAttrs(_: rec {
version = "20240605.1";
version = "20240813.1";

src = fetchFromGitHub {
owner = "Jovian-Experiments";
repo = "linux-firmware";
rev = "jupiter-${version}";
hash = "sha256-NY0TwT9AWFyXEUYLzokMnsR6g5CKeZYbbANEPPqIYts=";
hash = "sha256-In8mniK2qctvpH2ezFSR4R4yOiWCWhZJH13p4sc+X6M=";
};

outputHashMode = null;
outputHashAlgo = null;
outputHash = null;
})

0 comments on commit 3de7cad

Please sign in to comment.