Skip to content

Commit

Permalink
linux-firmware-jupiter: 20240503.1 -> 20240605.1
Browse files Browse the repository at this point in the history
  • Loading branch information
K900 committed Jun 6, 2024
1 parent bf425b3 commit 44620e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/linux-firmware/default.nix
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{ linux-firmware, fetchFromGitHub }:

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

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

outputHash = "sha256-cB/47mBp9sAFVSWNkMEckMeX3tXRBoISwb+xDHWVqeU=";
outputHash = "sha256-F4E1TOU9zQqAx/rF19yyKAqFGKGZlUTpRje93asgQO0=";
})

0 comments on commit 44620e1

Please sign in to comment.