Commit b75eba84 authored by R. RyanTM's avatar R. RyanTM
Browse files

inspircd: 3.16.0 -> 3.16.1

parent 43be38bd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -145,13 +145,13 @@ in

stdenv.mkDerivation rec {
  pname = "inspircd";
  version = "3.16.0";
  version = "3.16.1";

  src = fetchFromGitHub {
    owner = pname;
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-TKjUgy8S76gn9a9hbrWehb6BGI+dSFn1gYc0MCppyJk=";
    sha256 = "sha256-UpDjxF4zRrtiY4Z1tRML1uWQdklfgCeLsJtxCKfHOdw=";
  };

  outputs = [ "bin" "lib" "man" "doc" "out" ];