linux-wifi-hotspot: 4.6.0 -> 4.7.0

This commit is contained in:
R. Ryantm 2023-12-31 13:17:37 +00:00
parent 55b9aa64c3
commit 173823084a

View File

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