atheme: 7.2.11 -> 7.2.12

General authentication bypass in Atheme IRC services with InspIRCd 3

https://www.openwall.com/lists/oss-security/2022/01/30/4
This commit is contained in:
Martin Weinelt
2022-01-31 00:41:04 +01:00
parent 777442a9cb
commit 053e8cddf6

View File

@@ -2,12 +2,12 @@
stdenv.mkDerivation rec {
pname = "atheme";
version = "7.2.11";
version = "7.2.12";
src = fetchgit {
url = "https://github.com/atheme/atheme.git";
rev = "v${version}";
sha256 = "15fs48cgzxblh2g4abl5v647ndfx9hg8cih2x67v3y7s9wz68wk2";
sha256 = "sha256-KAC1ZPNo4TqfVryKOYYef8cRWRgFmyEdvl1bgvpGNiM=";
leaveDotGit = true;
};