linuxPackages.rtlwifi_new: Add comment that commit does not exist on any branch on target repository

This commit is contained in:
Sandro Jäckel 2021-01-26 14:41:38 +01:00
parent 9a4494a075
commit f8cd0b402a
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -12,6 +12,7 @@ in stdenv.mkDerivation rec {
src = fetchFromGitHub {
owner = "rtlwifi-linux";
repo = "rtlwifi_new";
# commit does not exist on any branch on the target repository
rev = "a108e3de87c2ed30b71c3c4595b79ab7a2f9e348";
sha256 = "15kjs9i9vvmn1cdzccd5cljf3m45r4ssm65klkj2fdkf3kljj38k";
};