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

Commits on May 6, 2020

  1. Copy the full SHA
    ffb71c7 View commit details
  2. Merge pull request #87087 from r-ryantm/auto-update/psi-plus

    psi-plus: 1.4.1086 -> 1.4.1159
    ryantm authored May 6, 2020
    Copy the full SHA
    cd06f64 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/networking/instant-messengers/psi-plus/default.nix
Original file line number Diff line number Diff line change
@@ -6,13 +6,13 @@

stdenv.mkDerivation rec {
pname = "psi-plus";
version = "1.4.1086";
version = "1.4.1159";

src = fetchFromGitHub {
owner = "psi-plus";
repo = "psi-plus-snapshots";
rev = version;
sha256 = "0war4hbjs1m7ll6rvpl3lj44lb0p5fi0g2siinnxpjffz2ydi97p";
sha256 = "1k4ip2glkjsbb28gzffahi81kz90qkf213j89gsmcvbdjf4kp687";
};

cmakeFlags = [