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

Commits on Jan 28, 2021

  1. mtxclient: 0.4.0 -> 0.4.1

    CrystalGamma committed Jan 28, 2021
    Copy the full SHA
    10c5cd6 View commit details
  2. nheko: 0.8.0 -> 0.8.1

    CrystalGamma committed Jan 28, 2021
    Copy the full SHA
    3fe45da View commit details

Commits on Jan 29, 2021

  1. Copy the full SHA
    f6bb369 View commit details
Showing with 4 additions and 4 deletions.
  1. +2 −2 pkgs/applications/networking/instant-messengers/nheko/default.nix
  2. +2 −2 pkgs/development/libraries/mtxclient/default.nix
Original file line number Diff line number Diff line change
@@ -27,13 +27,13 @@

mkDerivation rec {
pname = "nheko";
version = "0.8.0";
version = "0.8.1";

src = fetchFromGitHub {
owner = "Nheko-Reborn";
repo = "nheko";
rev = "v${version}";
sha256 = "00d6wx3lcgbks74jkdyifqxf8nlravqh88fyljd0sy7kzbah9msf";
sha256 = "1v7k3ifzi05fdr06hmws1wkfl1bmhrnam3dbwahp086vkj0r8524";
};

nativeBuildInputs = [
4 changes: 2 additions & 2 deletions pkgs/development/libraries/mtxclient/default.nix
Original file line number Diff line number Diff line change
@@ -12,13 +12,13 @@

stdenv.mkDerivation rec {
pname = "mtxclient";
version = "0.4.0";
version = "0.4.1";

src = fetchFromGitHub {
owner = "Nheko-Reborn";
repo = "mtxclient";
rev = "v${version}";
sha256 = "1x820rcfz5r203dc8a0rzavcjjx10fsv1dicqg65m6kxx1w95j5r";
sha256 = "1044zil3izhb3whhfjah7w0kg5mr3hys32cjffky681d3mb3wi5n";
};

cmakeFlags = [