3
0
Fork 0
forked from mirrors/nixpkgs

timew-sync-server: 1.1.0 -> 1.2.0

This commit is contained in:
R. Ryantm 2024-01-20 15:11:19 +00:00
parent 9e6a169957
commit 69a063590f

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "timew-sync-server";
version = "1.1.0";
version = "1.2.0";
src = fetchFromGitHub {
owner = "timewarrior-synchronize";
repo = pname;
rev = "v${version}";
hash = "sha256-GaDcnPJBcDJ3AQaHzifDgdl0QT4GSbAOIqp4RrAcO3M=";
hash = "sha256-3THRP+hydvq/dnxzUOFGeuu8//qL7pFN0RHJVxzgibI=";
};
vendorHash = "sha256-iROqiRWkHG6N6kivUmgmu6sg14JDdG4f98BdR7CL1gs=";
vendorHash = "sha256-w7I8PDQQeICDPln2Naf6whOg9qqOniTH/xs1/9luIVc=";
meta = with lib; {
homepage = "https://github.com/timewarrior-synchronize/timew-sync-server";