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

Commits on Mar 21, 2019

  1. Copy the full SHA
    2f69e36 View commit details

Commits on Mar 22, 2019

  1. Merge pull request #58041 from nyanloutre/mautrix-update

    mautrix-telegram: 0.5.0 -> 0.5.1
    joachifm authored Mar 22, 2019
    Copy the full SHA
    fd50d1f View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/servers/mautrix-telegram/default.nix
4 changes: 2 additions & 2 deletions pkgs/servers/mautrix-telegram/default.nix
Original file line number Diff line number Diff line change
@@ -4,11 +4,11 @@ with python3.pkgs;

buildPythonPackage rec {
pname = "mautrix-telegram";
version = "0.5.0";
version = "0.5.1";

src = fetchPypi {
inherit pname version;
sha256 = "3d5156f205b94dbac76f7eafb0ca732ba16fa568d4440210f7dd4be5c3252dda";
sha256 = "51951845e52c4ca5410e0f4a51d99014dd6df2fcedfca8b7241e045359cbf112";
};

propagatedBuildInputs = [