Merge pull request #204933 from r-ryantm/auto-update/tz

authored by

Ben Siraphob and committed by
GitHub
a3c1a4ab 7452c40b

+3 -3
+3 -3
pkgs/tools/misc/tz/default.nix
··· 2 3 buildGoModule rec { 4 pname = "tz"; 5 - version = "0.6.1"; 6 7 src = fetchFromGitHub { 8 owner = "oz"; 9 repo = "tz"; 10 rev = "v${version}"; 11 - sha256 = "sha256-D0rakLZ+swrDwBMcr+EJPgaYsQTWob50QteW1PoIdNk="; 12 }; 13 14 - vendorSha256 = "sha256-PGsj7pLtd+xpy9Dhv6qJX5sHin4YAOdXaYj4QCSFte4="; 15 16 meta = with lib; { 17 description = "A time zone helper";
··· 2 3 buildGoModule rec { 4 pname = "tz"; 5 + version = "0.6.2"; 6 7 src = fetchFromGitHub { 8 owner = "oz"; 9 repo = "tz"; 10 rev = "v${version}"; 11 + sha256 = "sha256-fl+Q6HNMSIo6E5SMBkTr6/hJN9akfJRBwSPaq7FcYDY="; 12 }; 13 14 + vendorSha256 = "sha256-lcCra4LyebkmelvBs0Dd2mn6R64Q5MaUWc5AP8V9pec="; 15 16 meta = with lib; { 17 description = "A time zone helper";