mosquitto: fetch repo with its explicit name

See #277994
This commit is contained in:
datafoo 2024-10-17 11:34:57 +02:00
parent 90f4a48172
commit 348d9d0414

View File

@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub {
owner = "eclipse";
repo = pname;
repo = "mosquitto";
rev = "v${version}";
hash = "sha256-Vs0blV2IhnlEAm0WtOartz+0vLesJfp78FNJCivRxHk=";
};