tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
prosody: 0.12.0 -> 0.12.1
Izorkin
3 years ago
e660ff47
f7a1c189
+4
-4
1 changed file
expand all
collapse all
unified
split
pkgs
servers
xmpp
prosody
default.nix
+4
-4
pkgs/servers/xmpp/prosody/default.nix
···
22
);
23
in
24
stdenv.mkDerivation rec {
25
-
version = "0.12.0"; # also update communityModules
26
pname = "prosody";
27
# The following community modules are necessary for the nixos module
28
# prosody module to comply with XEP-0423 and provide a working
···
34
];
35
src = fetchurl {
36
url = "https://prosody.im/downloads/source/${pname}-${version}.tar.gz";
37
-
sha256 = "sha256-dS/zIBXaxWX8NBfCGWryaJccNY7gZuUfXZEkE1gNiJo=";
38
};
39
40
# A note to all those merging automated updates: Please also update this
···
42
# version.
43
communityModules = fetchhg {
44
url = "https://hg.prosody.im/prosody-modules";
45
-
rev = "65438e4ba563";
46
-
sha256 = "sha256-zHOrMzcgHOdBl7nObM+OauifbcmKEOfAuj81MDSoLMk=";
47
};
48
49
nativeBuildInputs = [ makeWrapper ];
···
22
);
23
in
24
stdenv.mkDerivation rec {
25
+
version = "0.12.1"; # also update communityModules
26
pname = "prosody";
27
# The following community modules are necessary for the nixos module
28
# prosody module to comply with XEP-0423 and provide a working
···
34
];
35
src = fetchurl {
36
url = "https://prosody.im/downloads/source/${pname}-${version}.tar.gz";
37
+
sha256 = "sha256-p+y75B8BpCUYBVk6xtFdvGy3XZx6h2x2tFbPdP9LkOU=";
38
};
39
40
# A note to all those merging automated updates: Please also update this
···
42
# version.
43
communityModules = fetchhg {
44
url = "https://hg.prosody.im/prosody-modules";
45
+
rev = "cce12a660b98";
46
+
sha256 = "sha256-dFWS1EFd2wtFnnuU4xKPnBisIdKkgMAvBtsfAEbdLjE=";
47
};
48
49
nativeBuildInputs = [ makeWrapper ];