Merge pull request #279219 from r-ryantm/auto-update/linux-wifi-hotspot

linux-wifi-hotspot: 4.7.0 -> 4.7.1
This commit is contained in:
Nick Cao 2024-01-06 21:23:20 -05:00 committed by GitHub
commit 931c1f85ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,13 +26,13 @@
stdenv.mkDerivation rec {
pname = "linux-wifi-hotspot";
version = "4.7.0";
version = "4.7.1";
src = fetchFromGitHub {
owner = "lakinduakash";
repo = pname;
rev = "v${version}";
sha256 = "sha256-YwxVQNuxZib0yjG/+W0BZu39iS96UPYITV1vWsR7MzQ=";
sha256 = "sha256-yPTnv96n1mV7aN6hf7wSvJIBfT7v9+jjjSoEcpzLRB8=";
};
nativeBuildInputs = [