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

Commits on May 12, 2020

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    50a487d View commit details

Commits on Nov 24, 2020

  1. Merge pull request #87640 from emilazy/weechat-matrix-0.2.0

    weechat-matrix: 0.1.0 -> 0.2.0
    ryantm authored Nov 24, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    2475138 View commit details
Showing with 5 additions and 3 deletions.
  1. +5 −3 pkgs/applications/networking/irc/weechat/scripts/weechat-matrix/default.nix
Original file line number Diff line number Diff line change
@@ -20,15 +20,17 @@ let
requests
python_magic
]);

version = "0.2.0";
in buildPythonPackage {
pname = "weechat-matrix";
version = "0.1.0";
inherit version;

src = fetchFromGitHub {
owner = "poljar";
repo = "weechat-matrix";
rev = "65a5db7291439b6132e35e8cc09ed901614fabf6";
sha256 = "0m3k5vrv5ab1aw1mjd0r8d71anwqzvncvv9v5zx9xp1i188sdm8x";
rev = version;
hash = "sha256-qsTdF9mGHac4rPs53mgoOElcujicRNXbJ7GsoptWSGc=";
};

propagatedBuildInputs = [