linux-wifi-hotspot: 4.5.0 -> 4.6.0

This commit is contained in:
R. Ryantm 2023-11-12 06:57:44 +00:00
parent 647a6f42ee
commit e8fb698a24

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 = [