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

Commits on Mar 30, 2019

  1. mautrix-whatsapp: 2019-02-11 -> 2019-02-20

    (cherry picked from commit dc6ed78)
    Signed-off-by: Maximilian Bosch <maximilian@mbosch.me>
    Vskilet authored and Ma27 committed Mar 30, 2019

    Verified

    This commit was signed with the committer’s verified signature.
    dywedir Vlad M.
    Copy the full SHA
    d685800 View commit details
  2. mautrix-whatsapp: 2019-02-20 -> 2019-02-24

    (cherry picked from commit 43c1fce)
    Signed-off-by: Maximilian Bosch <maximilian@mbosch.me>
    Vskilet authored and Ma27 committed Mar 30, 2019

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    2831fd0 View commit details
Showing with 15 additions and 15 deletions.
  1. +3 −3 pkgs/servers/mautrix-whatsapp/default.nix
  2. +12 −12 pkgs/servers/mautrix-whatsapp/deps.nix
6 changes: 3 additions & 3 deletions pkgs/servers/mautrix-whatsapp/default.nix
Original file line number Diff line number Diff line change
@@ -2,15 +2,15 @@

buildGoPackage rec {
name = "mautrix-unstable-${version}";
version = "2019-02-11";
version = "2019-02-24";

goPackagePath = "maunium.net/go/mautrix-whatsapp";

src = fetchFromGitHub {
owner = "tulir";
repo = "mautrix-whatsapp";
rev = "f689297ba6704265a938951f307b365e829fcfa1";
sha256 = "1658bika9ylhm64k9lxavp43dxilygn6vx7yn6y1l10j8by2akxk";
rev = "485acf6de654b8fb70007876c074fb004eb9717b";
sha256 = "1v7h3s8h0aiq6g06h9j1sidw8y5aiw24sgdh9knr1c90pvvc7pmv";
};

goDeps = ./deps.nix;
24 changes: 12 additions & 12 deletions pkgs/servers/mautrix-whatsapp/deps.nix

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.