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

Commits on May 20, 2018

  1. pidgin: 2.12.0 -> 2.13.0

    closes #40798
    Emmanuel Rosa committed May 20, 2018
    Copy the full SHA
    65df48a View commit details
  2. Merge pull request #40818 from emmanuelrosa/pidgin-2.13-pr

    pidgin: 2.12.0 -> 2.13.0
    orivej authored May 20, 2018

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    a1f7dde View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/networking/instant-messengers/pidgin/default.nix
Original file line number Diff line number Diff line change
@@ -15,11 +15,11 @@
let unwrapped = stdenv.mkDerivation rec {
name = "pidgin-${version}";
majorVersion = "2";
version = "${majorVersion}.12.0";
version = "${majorVersion}.13.0";

src = fetchurl {
url = "mirror://sourceforge/pidgin/${name}.tar.bz2";
sha256 = "1y5p2mq3bfw35b66jsafmbva0w5gg1k99y9z8fyp3jfksqv3agcc";
sha256 = "13vdqj70315p9rzgnbxjp9c51mdzf1l4jg1kvnylc4bidw61air7";
};

inherit nss ncurses;