We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 79df6e8 commit 6cd8de8Copy full SHA for 6cd8de8
pkgs/tools/networking/offlineimap/default.nix
@@ -2,15 +2,15 @@
2
asciidoc, libxml2, libxslt, docbook_xml_xslt }:
3
4
pythonPackages.buildPythonApplication rec {
5
- version = "7.1.0";
+ version = "7.1.1";
6
name = "offlineimap-${version}";
7
namePrefix = "";
8
9
src = fetchFromGitHub {
10
owner = "OfflineIMAP";
11
repo = "offlineimap";
12
rev = "v${version}";
13
- sha256 = "10hxzp2hwkarvmwhw9mxbp9wkbclxwm6n0d7i4xs8r1s94yiffb3";
+ sha256 = "12fv6fzi3cb0hkvs4h5vj2i440d85wzjjyjl90zvyxvlfy0pmljl";
14
};
15
16
postPatch = ''
0 commit comments