Commit 57835c7c authored by Karolis Stasaitis's avatar Karolis Stasaitis
Browse files

linuxPackages.broadcom_sta: 6.30.223.271-57 -> 6.30.223.271-59

parent d559772c
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ let
  # Patchset release number from rpmfusion, to more easily differentiate
  # versions and updates. See `wl-kmod.spec` file:
  # https://github.com/rpmfusion/wl-kmod/blob/master/wl-kmod.spec#L19
  release = "57";
  release = "59";
  hashes = {
    i686-linux = "sha256-T4twspOsjMXHDlca1dGHjQ8p0TOkb+eGmGjZwZtQWM0=";
    x86_64-linux = "sha256-X3l3TVvuyPdja1nA+wegMQju8eP9MkVjiyCFjHFBRL4=";
@@ -24,8 +24,8 @@ let
  rpmFusionPatches = fetchFromGitHub {
    owner = "rpmfusion";
    repo = "wl-kmod";
    rev = "b0d19578ebd0daae9c5b7f9e9511a6d73ac4d957";
    hash = "sha256-v7mZ2S/eVfGTEXrxpdiemHhrC+P3/sPOZqTBhRtins4=";
    rev = "7786b3a3e54962124d24b4b61a6472bb0c4bbd94";
    hash = "sha256-yEMsFaGBVs/rtDZLG8j8ZW1CV9SDtt00avoWxkJdLAU=";
  };
  patchset = [
    "wl-kmod-001_wext_workaround.patch"
@@ -62,6 +62,7 @@ let
    "wl-kmod-032_add_MODULE_DESCRIPTION_macro.patch"
    "wl-kmod-033_disable_objtool_add_warning_unmaintained.patch"
    "wl-kmod-034_kernel_6.15_adaptation_replace_del_timer_with_timer_delete.patch"
    "wl-kmod-035_kernel_6.17_adaptation_fix_functions_prototypes.patch"
  ];
in
stdenv.mkDerivation {