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

Commits on Nov 19, 2017

  1. corebird: 1.7.2 -> 1.7.3

    New corebird release supporting 280 character tweet limits and 50
    character name limits.
    jonafato committed Nov 19, 2017
    Copy the full SHA
    c32cf00 View commit details
  2. Merge pull request #31834 from jonafato/corebird-1.7.3

    corebird: 1.7.2 -> 1.7.3
    Mic92 authored Nov 19, 2017
    Copy the full SHA
    944f357 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/networking/corebird/default.nix
4 changes: 2 additions & 2 deletions pkgs/applications/networking/corebird/default.nix
Original file line number Diff line number Diff line change
@@ -3,14 +3,14 @@
, glib_networking }:

stdenv.mkDerivation rec {
version = "1.7.2";
version = "1.7.3";
name = "corebird-${version}";

src = fetchFromGitHub {
owner = "baedert";
repo = "corebird";
rev = version;
sha256 = "0mydxxga4h1663xchb3543rk3k8frlmlyy5wz20zh38fpdlkhyf1";
sha256 = "1xay22v5j239ppl6ydbj842zpm5v2mg5mcgpy5cjrhhmnbg79fgk";
};

preConfigure = ''