inspircd: 4.9.0 -> 4.10.0

https://docs.inspircd.org/4/change-log/#inspircd-4100
This commit is contained in:
sternenseemann
2026-04-04 14:26:38 +02:00
parent d5f63ad62c
commit 474a028dad
+2 -2
View File
@@ -151,13 +151,13 @@ in
stdenv.mkDerivation (finalAttrs: {
pname = "inspircd";
version = "4.9.0";
version = "4.10.0";
src = fetchFromGitHub {
owner = "inspircd";
repo = "inspircd";
rev = "v${finalAttrs.version}";
sha256 = "sha256-DoXf0F7tjfQZRFMrVECrlRlJLt7PymjwHSg9+4RLH00=";
sha256 = "sha256-VmMfGpX6TcCuXuJmTptE51TL8cwavceDcOBeW0ipC4o=";
};
outputs = [