Merge pull request #114887 from mweinelt/atheme

atheme: 7.2.10-r2 -> 7.2.11
This commit is contained in:
Martin Weinelt 2021-03-03 03:00:21 +01:00 committed by GitHub
commit 2d83eabaa9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;
};