Commit 01484715 authored by zowoq's avatar zowoq
Browse files

n2n: disable nixpkgs-update

prevent the bot from updating to a pre-release tag
parent ae2975e0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -10,6 +10,7 @@
stdenv.mkDerivation rec {
  pname = "n2n";
  version = "3.0";
  # nixpkgs-update: no auto update

  src = fetchFromGitHub {
    owner = "ntop";