mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-02 03:43:06 +00:00
Merge pull request #114887 from mweinelt/atheme
atheme: 7.2.10-r2 -> 7.2.11
This commit is contained in:
commit
2d83eabaa9
@ -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;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user