mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
getmail6: 6.18.11 -> 6.18.12
https://github.com/getmail6/getmail6/releases/tag/v6.18.12
This commit is contained in:
parent
f6d34236a2
commit
00db60632d
1 changed files with 2 additions and 2 deletions
|
@ -5,13 +5,13 @@
|
|||
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
pname = "getmail6";
|
||||
version = "6.18.11";
|
||||
version = "6.18.12";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = pname;
|
||||
repo = pname;
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-EJ1lnSeawWezOYZxAHx3QX9kWGoayWZ2vkFY21l+Ijc=";
|
||||
hash = "sha256-b+zDoiOD80BTP5VDpW/swur8zJOqYEWe05e/ZupZjyk=";
|
||||
};
|
||||
|
||||
# needs a Docker setup
|
||||
|
|
Loading…
Reference in a new issue