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

Commits on Apr 13, 2020

  1. offlineimap: 7.3.2 -> 7.3.3

    r-ryantm committed Apr 13, 2020
    Copy the full SHA
    e443f9f View commit details

Commits on Apr 15, 2020

  1. Merge pull request #85114 from r-ryantm/auto-update/offlineimap

    offlineimap: 7.3.2 -> 7.3.3
    Ma27 authored Apr 15, 2020
    Copy the full SHA
    8c50c43 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/tools/networking/offlineimap/default.nix
4 changes: 2 additions & 2 deletions pkgs/tools/networking/offlineimap/default.nix
Original file line number Diff line number Diff line change
@@ -2,14 +2,14 @@
asciidoc, cacert, libxml2, libxslt, docbook_xsl }:

python2Packages.buildPythonApplication rec {
version = "7.3.2";
version = "7.3.3";
pname = "offlineimap";

src = fetchFromGitHub {
owner = "OfflineIMAP";
repo = "offlineimap";
rev = "v${version}";
sha256 = "0rmj1ws6hljqnfap3p3js5s46kx85yc02hjkiki5zg44wn3hswjg";
sha256 = "1gg8ry67i20qapj4z20am9bm67m2q28kixcj7ja75m897vhzarnq";
};

postPatch = ''