sourcephile
/
git
/
sourcephile-nix.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
nix: update flake inputs
[sourcephile-nix.git]
/
nixpkgs
/
overlays
/
prosody.nix
1
self: super: {
2
prosody = super.prosody.overrideAttrs (oldAttrs: {
3
communityModules = super.fetchhg {
4
url = "https://hg.prosody.im/prosody-modules";
5
rev = "2dcbc01c9931";
6
sha256 = "0ydhbvfp7vk5zqpsc54ihxz6y2gmzh0bcgyz0xidlxrmxzwcvvyh";
7
};
8
});
9
}