inspircd: 3.16.1 -> 3.17.0

This commit is contained in:
R. Ryantm 2023-12-23 20:15:39 +00:00 committed by sternenseemann
parent 0fe31382c0
commit 42e8265222

View File

@ -145,13 +145,13 @@ in
stdenv.mkDerivation rec {
pname = "inspircd";
version = "3.16.1";
version = "3.17.0";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
sha256 = "sha256-UpDjxF4zRrtiY4Z1tRML1uWQdklfgCeLsJtxCKfHOdw=";
sha256 = "sha256-isLZKYf32+va66FGYMq4mWIEHNpqUWCcVhYWLA5lRwk=";
};
outputs = [ "bin" "lib" "man" "doc" "out" ];