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

linux-wifi-hotspot: 4.7.1 -> 4.7.2
This commit is contained in:
Nick Cao 2024-07-08 08:56:03 -04:00 committed by GitHub
commit 0f25ba8c56
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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