mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
getmail6: 6.18.8 -> 6.18.9
https://github.com/getmail6/getmail6/releases/tag/v6.18.9
This commit is contained in:
parent
b93f65a5f3
commit
e2456aed84
1 changed files with 2 additions and 2 deletions
|
@ -5,13 +5,13 @@
|
|||
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
pname = "getmail6";
|
||||
version = "6.18.8";
|
||||
version = "6.18.9";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = pname;
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
hash = "sha256-MIK5++3SaGm1BMpU8G4X7n/SCBw+N39U44cyX65tPcQ=";
|
||||
hash = "sha256-qzlURYdE7nv+/wxK3B6WddmhW6xiLS7em3X5O5+CBbI=";
|
||||
};
|
||||
|
||||
# needs a Docker setup
|
||||
|
|
Loading…
Reference in a new issue