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