atheme: 7.2.10-r2 -> 7.2.11

This commit is contained in:
Martin Weinelt 2021-03-02 21:51:52 +01:00
parent 6040ffb45f
commit b5fc00619c
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

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