summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMichael Raskin <7c6f434c@mail.ru>2018-04-07 22:52:26 +0000
committerGitHub <noreply@github.com>2018-04-07 22:52:26 +0000
commit584270e39743020d8aa056b40eea00fcaa2b595f (patch)
tree886ff2b696bcecdb4ad9108cc8e8ea989513fedb /pkgs
parent7f25b26511aef36fdad4fb3999af8ce7c2dfea72 (diff)
parent27c9bd664775685b6186d32b62095df3435bc240 (diff)
downloadnixlib-584270e39743020d8aa056b40eea00fcaa2b595f.tar
nixlib-584270e39743020d8aa056b40eea00fcaa2b595f.tar.gz
nixlib-584270e39743020d8aa056b40eea00fcaa2b595f.tar.bz2
nixlib-584270e39743020d8aa056b40eea00fcaa2b595f.tar.lz
nixlib-584270e39743020d8aa056b40eea00fcaa2b595f.tar.xz
nixlib-584270e39743020d8aa056b40eea00fcaa2b595f.tar.zst
nixlib-584270e39743020d8aa056b40eea00fcaa2b595f.zip
Merge pull request #38570 from r-ryantm/auto-update/getmail
getmail: 5.5 -> 5.6
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/tools/networking/getmail/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/networking/getmail/default.nix b/pkgs/tools/networking/getmail/default.nix
index 4a358255b10c..224c7a4ab484 100644
--- a/pkgs/tools/networking/getmail/default.nix
+++ b/pkgs/tools/networking/getmail/default.nix
@@ -1,13 +1,13 @@
 { stdenv, fetchurl, python2Packages }:
 
 python2Packages.buildPythonApplication rec {
-  version = "5.5";
+  version = "5.6";
   name = "getmail-${version}";
   namePrefix = "";
 
   src = fetchurl {
     url = "http://pyropus.ca/software/getmail/old-versions/${name}.tar.gz";
-    sha256 = "0l43lbnrnyyrq8mlnw37saq6v0mh3nkirdq1dwnsrihykzjjwf70";
+    sha256 = "16nmvj80szr6yvcxxgmxn2lxqpjqqj4xg5a0b66zhvck6j42q3a6";
   };
 
   doCheck = false;