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: fa4c4d5fe4e6
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8738de2346d7
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Jul 30, 2020

  1. Copy the full SHA
    835d361 View commit details

Commits on Jul 31, 2020

  1. Merge pull request #94237 from Ma27/bump-matrix-synapse

    matrix-synapse: 1.17.0 -> 1.18.0
    Ma27 authored Jul 31, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    8738de2 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/servers/matrix-synapse/default.nix
4 changes: 2 additions & 2 deletions pkgs/servers/matrix-synapse/default.nix
Original file line number Diff line number Diff line change
@@ -9,11 +9,11 @@ let
in
buildPythonApplication rec {
pname = "matrix-synapse";
version = "1.17.0";
version = "1.18.0";

src = fetchPypi {
inherit pname version;
sha256 = "16hc82qhzb5maxp6f4xqarcv93sa6pg7i585vg97khgy6ryp3m7p";
sha256 = "0bqacma2ip0l053rfvxznbixs2rmb2dawqi2jq2zbqk5jqxhpaxi";
};

patches = [