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

Commits on Apr 1, 2020

  1. Copy the full SHA
    aaa2d67 View commit details

Commits on Apr 6, 2020

  1. Merge pull request #83987 from r-ryantm/auto-update/matterbridge

    matterbridge: 1.16.5 -> 1.17.1
    Jon authored Apr 6, 2020
    Copy the full SHA
    bf237d2 View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/servers/matterbridge/default.nix
6 changes: 3 additions & 3 deletions pkgs/servers/matterbridge/default.nix
Original file line number Diff line number Diff line change
@@ -2,14 +2,14 @@

buildGoModule rec {
pname = "matterbridge";
version = "1.16.5";
version = "1.17.1";

goPackagePath = "github.com/42wim/matterbridge";
modSha256 = "0nnp9jxdsr2bs1pg00vd7wpv452iyxws8g3ljzypkb7hzlphcxqh";
modSha256 = "1mqp8dlwa4p70iv9ksq3pxx5zbxdh56xyksvd98zk0vkrz4f1rij";

src = fetchurl {
url = "https://github.com/42wim/matterbridge/archive/v${version}.tar.gz";
sha256 = "15wgjzy9l3xlgih2zb56l4jmval4nhcs42wn9axvz2h7kqfbmw3d";
sha256 = "0xf0s1bvlzqnxz2kvqx1h9gmgqxdlf34s27s3zradi8fwd8hriv6";
};

meta = with stdenv.lib; {