Merge pull request #239125 from r-ryantm/auto-update/inspircd

inspircd: 3.16.0 -> 3.16.1
This commit is contained in:
Weijia Wang 2023-06-22 11:10:16 +03:00 committed by GitHub
commit d1159cf7f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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