atheme: 7.2.10-r2 -> 7.2.11

+2 -2
+2 -2
pkgs/servers/irc/atheme/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "atheme"; 5 - version = "7.2.10-r2"; 5 + version = "7.2.11"; 6 6 7 7 src = fetchgit { 8 8 url = "https://github.com/atheme/atheme.git"; 9 9 rev = "v${version}"; 10 - sha256 = "1yasfvbmixj4zzfv449hlcp0ms5c250lrshdy6x6l643nbnix4y9"; 10 + sha256 = "15fs48cgzxblh2g4abl5v647ndfx9hg8cih2x67v3y7s9wz68wk2"; 11 11 leaveDotGit = true; 12 12 }; 13 13