tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
linux-firmware: 20240610 -> 20240709
K900
2 years ago
630eb446
6ed8c0b0
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
os-specific
linux
firmware
linux-firmware
default.nix
+2
-2
pkgs/os-specific/linux/firmware/linux-firmware/default.nix
···
7
7
8
8
stdenvNoCC.mkDerivation rec {
9
9
pname = "linux-firmware";
10
10
-
version = "20240610";
10
10
+
version = "20240709";
11
11
12
12
src = fetchzip {
13
13
url = "https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/snapshot/linux-firmware-${version}.tar.gz";
14
14
-
hash = "sha256-tjDqviOMvrBoEG8+Yn+XqdBlIDfQUX0KK2kpW6/jed8=";
14
14
+
hash = "sha256-BopPZDVQMmhLo9qTpozIea2amaZNQvwhgEIcpKMPAKs=";
15
15
};
16
16
17
17
nativeBuildInputs = [