tz: 0.6.1 -> 0.6.2

This commit is contained in:
R. Ryantm 2022-12-07 04:17:05 +00:00
parent 7ea3d4395d
commit 416e9a2024

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "tz";
version = "0.6.1";
version = "0.6.2";
src = fetchFromGitHub {
owner = "oz";
repo = "tz";
rev = "v${version}";
sha256 = "sha256-D0rakLZ+swrDwBMcr+EJPgaYsQTWob50QteW1PoIdNk=";
sha256 = "sha256-fl+Q6HNMSIo6E5SMBkTr6/hJN9akfJRBwSPaq7FcYDY=";
};
vendorSha256 = "sha256-PGsj7pLtd+xpy9Dhv6qJX5sHin4YAOdXaYj4QCSFte4=";
vendorSha256 = "sha256-lcCra4LyebkmelvBs0Dd2mn6R64Q5MaUWc5AP8V9pec=";
meta = with lib; {
description = "A time zone helper";