Unverified Commit 679320c2 authored by Felix Bargfeldt's avatar Felix Bargfeldt Committed by GitHub
Browse files

linuxPackages.rtl8821ce: 0-unstable-2025-03-31 -> 0-unstable-2025-05-02 (#406661)

parents 7170d62a cfc1abb2
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -10,13 +10,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "rtl8821ce";
  version = "0-unstable-2025-03-31";
  version = "0-unstable-2025-05-02";

  src = fetchFromGitHub {
    owner = "tomaspinho";
    repo = "rtl8821ce";
    rev = "98cff1d7dcbf17b36a98bac342df75dfe0b79017";
    hash = "sha256-23UJE3EzWufjuAU+iBOk5Ia2xUWxQQGI6/eCp1UmRUA=";
    rev = "6208d1dd190b7cb60bbbf760505bcb1c250518c2";
    hash = "sha256-d2KWiUxx3/rZvobOzvK5nyGdovovOf8g2MaEd2QW+Pc=";
  };

  hardeningDisable = [ "pic" ];