mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-01 09:44:18 +00:00
getmail6: 6.18.9 -> 6.18.10
This commit is contained in:
parent
7f70ade94e
commit
75475e4cd4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user