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: 9735dbcbb1f2
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d01bdbee2812
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Mar 6, 2019

  1. Copy the full SHA
    d01bdbe 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.2";
version = "0.28.3";
name = "notmuch-${version}";

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

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

nativeBuildInputs = [ pkgconfig ];