Unverified Commit 0afc9b3d authored by K900's avatar K900 Committed by GitHub
Browse files

linux-firmware: 20251021 -> 20251111 (#460790)

parents 05ddb1f6 c069adf1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -22,13 +22,13 @@ let
in
stdenvNoCC.mkDerivation rec {
  pname = "linux-firmware";
  version = "20251021";
  version = "20251111";

  src = fetchFromGitLab {
    owner = "kernel-firmware";
    repo = "linux-firmware";
    tag = version;
    hash = "sha256-hG5PGLmeVqe/kyr9Q113mlLZvP32GTi20vxHRhxKalw=";
    hash = "sha256-YGcG2MxZ1kjfcCAl6GmNnRb0YI+tqeFzJG0ejnicXqY=";
  };

  postUnpack = ''