gmailctl: 0.6.0 -> 0.7.0

This commit is contained in:
R. RyanTM 2020-05-02 10:44:59 +00:00
parent 285bd2642b
commit 6fcc3c8d3d

View File

@ -5,16 +5,16 @@
buildGoModule rec { buildGoModule rec {
pname = "gmailctl"; pname = "gmailctl";
version = "0.6.0"; version = "0.7.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "mbrt"; owner = "mbrt";
repo = "gmailctl"; repo = "gmailctl";
rev = "v${version}"; rev = "v${version}";
sha256 = "0g581gdkib7bj86blpm8skjvbnivmzh9ddikxai9hr5qq231j1pb"; sha256 = "08q4yjfbwlldirf3j5db18l8kn6sf288wd364s50jlcx2ka8w50j";
}; };
modSha256 = "0pv3lhzl96ygzh9y01hi9klrrk403ii92imr9yrbimaf7rsvyvjp"; modSha256 = "1c7dk6l8lkq2j04cp5g97hwkwfmmyn5r0vpr5zpavvalxgjidsf4";
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Declarative configuration for Gmail filters"; description = "Declarative configuration for Gmail filters";