mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 08:53:21 +00:00
prosody: 0.10.2 -> 0.11.1
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/prosody/versions
This commit is contained in:
parent
b961de9c4b
commit
5b9aa05522
@ -25,12 +25,12 @@ let
|
||||
in
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
version = "0.10.2";
|
||||
version = "0.11.1";
|
||||
name = "prosody-${version}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://prosody.im/downloads/source/${name}.tar.gz";
|
||||
sha256 = "13knr7izscw0zx648b9582dx11aap4cq9bzfiqh5ykd7wwsz1dbm";
|
||||
sha256 = "1ak5bkx09kscyifxhzybgp5a73jr8nki6xi05c59wwlq0wzw9gli";
|
||||
};
|
||||
|
||||
communityModules = fetchhg {
|
||||
|
Loading…
Reference in New Issue
Block a user