linux-firmware: 20250613 -> 20250621 (unstable)

This commit is contained in:
K900
2025-06-21 17:05:51 +03:00
parent 9538821df9
commit dbc32032cf
+3 -3
View File
@@ -22,13 +22,13 @@ let
in
stdenvNoCC.mkDerivation rec {
pname = "linux-firmware";
version = "20250613";
version = "20250621"; # not a real tag, but the current stable tag breaks some AMD GPUs entirely
src = fetchFromGitLab {
owner = "kernel-firmware";
repo = "linux-firmware";
rev = version;
hash = "sha256-qygwQNl99oeHiCksaPqxxeH+H7hqRjbqN++Hf9X+gzs=";
rev = "49c833a10ad96a61a218d28028aed20aeeac124c";
hash = "sha256-Pz/k/ol0NRIHv/AdridwoBPDLsd0rfDAj31Paq4mPpU=";
};
postUnpack = ''