inspircd: 4.10.0 -> 4.10.1

https://docs.inspircd.org/4/change-log/#inspircd-4101
This commit is contained in:
sternenseemann
2026-04-11 10:58:53 +02:00
parent 7b37e8d7b1
commit ae68806081
+2 -2
View File
@@ -151,13 +151,13 @@ in
stdenv.mkDerivation (finalAttrs: {
pname = "inspircd";
version = "4.10.0";
version = "4.10.1";
src = fetchFromGitHub {
owner = "inspircd";
repo = "inspircd";
rev = "v${finalAttrs.version}";
sha256 = "sha256-VmMfGpX6TcCuXuJmTptE51TL8cwavceDcOBeW0ipC4o=";
sha256 = "sha256-5KQcVa/ktA3mil7fuBUj/98bAY5CsrJzSSqRB9Zk0Kk=";
};
outputs = [