Unverified Commit 20aaca2f authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

prosody: bump community modules to ce716e5e0fee (#505082)

parents 68ec46f4 ae298616
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -56,8 +56,8 @@ stdenv.mkDerivation (finalAttrs: {
  # version.
  communityModules = fetchhg {
    url = "https://hg.prosody.im/prosody-modules";
    rev = "83355cfcad1d";
    hash = "sha256-v8o2FMUY2dQEQ+G81Ec4RJ7J5Mz5CkXc4iabAAb13L4=";
    rev = "ce716e5e0fee";
    hash = "sha256-jjsHL9+lLwhFXO61h6SmQjwEdRJQ/zKgc1PDnH+wHxs=";
  };

  nativeBuildInputs = [ makeWrapper ];