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

Commits on May 15, 2017

  1. astroid: 0.8 -> 0.9.1

    Signed-off-by: Vincent Demeester <vincent@sbr.pm>
    vdemeester committed May 15, 2017
    Copy the full SHA
    fae70a8 View commit details

Commits on May 22, 2017

  1. Merge pull request #25803 from vdemeester/astroid-0-9-1

    astroid: 0.8 -> 0.9.1
    FRidh authored May 22, 2017
    Copy the full SHA
    997b6ae View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/networking/mailreaders/astroid/default.nix
4 changes: 2 additions & 2 deletions pkgs/applications/networking/mailreaders/astroid/default.nix
Original file line number Diff line number Diff line change
@@ -3,13 +3,13 @@

stdenv.mkDerivation rec {
name = "astroid-${version}";
version = "0.8";
version = "0.9.1";

src = fetchFromGitHub {
owner = "astroidmail";
repo = "astroid";
rev = "v${version}";
sha256 = "1gjrdls1mz8y8bca7s8l965l0m7s2sb6g7a90gy848admjsyav7h";
sha256 = "0ha2jd3fvc54amh0x8f58s9ac4r8xgyhvkwd4jvs0h4mfh6cg496";
};

nativeBuildInputs = [ scons pkgconfig wrapGAppsHook ];