prosody: 0.11.1 -> 0.11.2
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
36c904d637
commit
80f6e34ef0
@ -25,12 +25,12 @@ let
|
|||||||
in
|
in
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "0.11.1";
|
version = "0.11.2";
|
||||||
name = "prosody-${version}";
|
name = "prosody-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://prosody.im/downloads/source/${name}.tar.gz";
|
url = "https://prosody.im/downloads/source/${name}.tar.gz";
|
||||||
sha256 = "1ak5bkx09kscyifxhzybgp5a73jr8nki6xi05c59wwlq0wzw9gli";
|
sha256 = "0ca8ivqb4hxqka08pwnaqi1bqxrdl8zw47g6z7nw9q5r57fgc4c9";
|
||||||
};
|
};
|
||||||
|
|
||||||
communityModules = fetchhg {
|
communityModules = fetchhg {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user