Skip to content

Commit

Permalink
gcalcli: Use the version from PR 599
Browse files Browse the repository at this point in the history
This version does not duplicate existing entries during import and
supports updating modified entries.
  • Loading branch information
wentasah committed Mar 12, 2023
1 parent 0c4800d commit 0c5a169
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/misc/gcalcli/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ with python3.pkgs;

buildPythonApplication rec {
pname = "gcalcli";
version = "4.3.0";
version = "4.3.0+pr599";

src = fetchFromGitHub {
owner = "insanum";
repo = pname;
rev = "v${version}";
sha256 = "0s5fhcmz3n0dwh3vkqr4aigi59q43v03ch5jhh6v75149icwr0df";
rev = "d8378f7ec92b160012d867e51ceb5c73af1cc4b0"; # https://github.com/insanum/gcalcli/pull/599
sha256 = "sha256-V4oqetDg56YksjYd/yjB7wH+t+mvxSmExVSYEFUhD/0=";
};

postPatch = lib.optionalString stdenv.isLinux ''
Expand Down

0 comments on commit 0c5a169

Please sign in to comment.