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

Commits on Feb 1, 2019

  1. notmuch: 0.28 -> 0.28.1

    dtzWill committed Feb 1, 2019
    Copy the full SHA
    03f58a2 View commit details
  2. Merge pull request #55062 from dtzWill/update/notmuch-0.28.1

    notmuch: 0.28 -> 0.28.1
    flokli authored Feb 1, 2019
    Copy the full SHA
    0b34de0 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/networking/mailreaders/notmuch/default.nix
4 changes: 2 additions & 2 deletions pkgs/applications/networking/mailreaders/notmuch/default.nix
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@
with stdenv.lib;

stdenv.mkDerivation rec {
version = "0.28";
version = "0.28.1";
name = "notmuch-${version}";

passthru = {
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {

src = fetchurl {
url = "https://notmuchmail.org/releases/${name}.tar.gz";
sha256 = "0dqarmjc8544m2w7bqrqmvsfy55fw82707z3lz9cql8nr777bjmc";
sha256 = "0mcsfkrp6mpy374m5rwwgm9md8qzvwa3s4rbzid4cnkx2cwfj4fi";
};

nativeBuildInputs = [ pkgconfig ];