Commit 348d9d04 authored by datafoo's avatar datafoo
Browse files

mosquitto: fetch repo with its explicit name

See #277994
parent 90f4a481
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@ stdenv.mkDerivation rec {

  src = fetchFromGitHub {
    owner = "eclipse";
    repo = pname;
    repo = "mosquitto";
    rev = "v${version}";
    hash = "sha256-Vs0blV2IhnlEAm0WtOartz+0vLesJfp78FNJCivRxHk=";
  };