inspircd: 3.16.0 -> 3.16.1

This commit is contained in:
R. Ryantm 2023-06-22 07:00:23 +00:00
parent 43be38bd78
commit b75eba84d9

View file

@ -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" ];