getmail6: 6.18.7 -> 6.18.8
https://github.com/getmail6/getmail6/releases/tag/v6.18.8
This commit is contained in:
parent
7832347bc0
commit
08a0f925e0
1 changed files with 2 additions and 2 deletions
|
@ -5,13 +5,13 @@
|
|||
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
pname = "getmail6";
|
||||
version = "6.18.7";
|
||||
version = "6.18.8";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = pname;
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
hash = "sha256-JghiV0zC9xtOGuGcf0lY5e73/04n6Bat/xOGgXyDWJk=";
|
||||
hash = "sha256-MIK5++3SaGm1BMpU8G4X7n/SCBw+N39U44cyX65tPcQ=";
|
||||
};
|
||||
|
||||
# needs a Docker setup
|
||||
|
|
Loading…
Reference in a new issue