Skip to content

Commit

Permalink
linux-firmware: 20230420 -> 20231113.1
Browse files Browse the repository at this point in the history
  • Loading branch information
K900 committed Nov 15, 2023
1 parent ec5ceb8 commit 35e1918
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions pkgs/linux-firmware/default.nix
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
{ linux-firmware, fetchFromGitHub }:

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

src = fetchFromGitHub {
owner = "Jovian-Experiments";
repo = "linux-firmware";
rev = "jupiter-20230420";
hash = "sha256-ys/7G+JsiuKQo9aL5MZjs4NxqDjK2bdJkLRJaoNeIDM=";
rev = "jupiter-${version}";
hash = "sha256-aaTFdotKyTjPK9iuPs91Dqvk9521E4VIcggxYIRlffQ=";
};

outputHash = "sha256-eEeBS95gI7G9KVpc9boqRAdecrPc0EsfFD2nhh63fCY=";
outputHash = "sha256-puzVKvwV0fCDz+M6cm18Xq4W0qAFgtFu3okSnsj9RNU=";
})

0 comments on commit 35e1918

Please sign in to comment.