gcalcli: 4.1.0 -> 4.1.1

This commit is contained in:
Will Dietz 2019-05-30 07:23:39 -05:00
parent 19195b212e
commit 72998299a6
No known key found for this signature in database
GPG Key ID: EBB0EA4124809D02

View File

@ -5,13 +5,13 @@ with python3.pkgs;
buildPythonApplication rec {
pname = "gcalcli";
version = "4.1.0";
version = "4.1.1";
src = fetchFromGitHub {
owner = "insanum";
repo = pname;
rev = "v${version}";
sha256 = "06iijpwlvvn8bj81s4znhykilvwvydxjmzd3d4nsa5j2kj3iwshi";
sha256 = "1qlmslywm4dfimggly4p0ckn2gj165mq1p0wkry9jpb3sg1m5fdf";
};
postPatch = lib.optionalString stdenv.isLinux ''