Unverified Commit 7f889f24 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

linux-wifi-hotspot: fix patch hash (#477441)

parents d2aabebe b88da0c7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -54,7 +54,7 @@ stdenv.mkDerivation (finalAttrs: {
  patches = [
    (fetchpatch {
      url = "https://github.com/lakinduakash/linux-wifi-hotspot/commit/a3fce4b3ee9371eeb7b300fa7e9f291d93986db3.patch";
      hash = "sha256-tvWoYvQELYVq1Cr6NG+9kafYFHZloNMuOvaPeIbYlSI=";
      hash = "sha256-4xQ3iRUlkNpoxHXABhMIgsoDY9nENN/9FtHD3UMyAhc=";
    })
  ];