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

linux-wifi-hotspot: 4.5.0 -> 4.6.0
This commit is contained in:
Jonas Heinrich 2023-11-12 17:20:23 +01:00 committed by GitHub
commit 54da2986be
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.5.0";
version = "4.6.0";
src = fetchFromGitHub {
owner = "lakinduakash";
repo = pname;
rev = "v${version}";
sha256 = "sha256-cCVJPEAZZzOGCf45oo1J7wWtYn/IJfcASHnKR+R0Ge4=";
sha256 = "sha256-u9OdSpdxnjHOrK6PP/SFvGRtezssoZSoJFGVdRbOIPU=";
};
nativeBuildInputs = [