feed2imap-go: 1.6.0 -> 1.7.0

This commit is contained in:
Joachim Breitner 2023-06-13 15:09:36 +02:00
parent 71664eaaa6
commit 6040295f5a

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "feed2imap-go";
version = "1.6.0";
version = "1.7.0";
src = fetchFromGitHub {
owner = "Necoro";
repo = "feed2imap-go";
rev = "v${version}";
sha256 = "sha256-zRp/MfRtCgzYFNKoV4IWbORfCy7vaaDgmRvNQ0cICNQ=";
sha256 = "sha256-Qtpg8DvIFkba+Do8IwemBF0rt85wS4Tq7yOLsdpQFCs=";
};
vendorHash = "sha256-py0totvLLw3kahEtdZkES1t7tZsKBAUS6IMTcn847kE=";
vendorHash = "sha256-WFbfSzU1N2RAOMfCM7wqiAQ6R1HRaT0EfX4KYhstHJU=";
# The print-cache tool is not an end-user tool (https://github.com/Necoro/feed2imap-go/issues/94)
postInstall = ''