Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: a795e561f762
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 160ae3fcf27b
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Oct 8, 2019

  1. prosody: 0.11.2 -> 0.11.3

    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
    r-ryantm committed Oct 8, 2019
    Copy the full SHA
    ca903a4 View commit details
  2. Merge pull request #70700 from r-ryantm/auto-update/prosody

    prosody: 0.11.2 -> 0.11.3
    globin authored Oct 8, 2019

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    160ae3f View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/servers/xmpp/prosody/default.nix
4 changes: 2 additions & 2 deletions pkgs/servers/xmpp/prosody/default.nix
Original file line number Diff line number Diff line change
@@ -14,12 +14,12 @@ with stdenv.lib;


stdenv.mkDerivation rec {
version = "0.11.2"; # also update communityModules
version = "0.11.3"; # also update communityModules
pname = "prosody";

src = fetchurl {
url = "https://prosody.im/downloads/source/${pname}-${version}.tar.gz";
sha256 = "0ca8ivqb4hxqka08pwnaqi1bqxrdl8zw47g6z7nw9q5r57fgc4c9";
sha256 = "11xz4milv2962qf75vrdwsvd8sy2332nf69202rmvz5989pvvnng";
};

# A note to all those merging automated updates: Please also update this