Merge pull request #191881 from r-ryantm/auto-update/getmail6
getmail6: 6.18.9 -> 6.18.10
This commit is contained in:
@@ -5,13 +5,13 @@
|
||||
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
pname = "getmail6";
|
||||
version = "6.18.9";
|
||||
version = "6.18.10";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = pname;
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
hash = "sha256-qzlURYdE7nv+/wxK3B6WddmhW6xiLS7em3X5O5+CBbI=";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-nRi0HUq8jEugFogerFD7Xu9fgn1njfumbwhChz2t4t8=";
|
||||
};
|
||||
|
||||
# needs a Docker setup
|
||||
|
||||
Reference in New Issue
Block a user