linux-firmware: 20250624 -> 20250627

This commit is contained in:
K900
2025-06-27 17:07:30 +03:00
parent 8e193d053d
commit 790125f6f5

View File

@@ -22,13 +22,13 @@ let
in
stdenvNoCC.mkDerivation rec {
pname = "linux-firmware";
version = "20250624"; # not a real tag, but the current stable tag breaks some AMD GPUs entirely
version = "20250627";
src = fetchFromGitLab {
owner = "kernel-firmware";
repo = "linux-firmware";
rev = "b05fabcd6f2a16d50b5f86c389dde7a33f00bb81";
hash = "sha256-AvSsyfKP57Uhb3qMrf6PpNHKbXhD9IvFT1kcz5J7khM=";
tag = version;
hash = "sha256-mNjCl+HtvvFxyLjlBFsyfyu2TAf6D/9lbRiouKC/vVY=";
};
postUnpack = ''