linux-wifi-hotspot: 4.4.0 -> 4.5.0

This commit is contained in:
R. Ryantm 2023-05-20 04:21:05 +00:00
parent 1362b2c8d6
commit 34d5d7d417

View File

@ -26,13 +26,13 @@
stdenv.mkDerivation rec {
pname = "linux-wifi-hotspot";
version = "4.4.0";
version = "4.5.0";
src = fetchFromGitHub {
owner = "lakinduakash";
repo = pname;
rev = "v${version}";
sha256 = "sha256-XCgYWOX7QSdANG6DqYk0yZZqnvZGDl3GaF9KtYRmpJ0=";
sha256 = "sha256-cCVJPEAZZzOGCf45oo1J7wWtYn/IJfcASHnKR+R0Ge4=";
};
nativeBuildInputs = [