tz: update vendorSha256

This commit is contained in:
zowoq 2022-01-31 10:36:16 +10:00
parent 83a30bb852
commit ca165c0f7d
2 changed files with 4 additions and 2 deletions

View file

@ -11,7 +11,7 @@ buildGoModule rec {
sha256 = "sha256-D0rakLZ+swrDwBMcr+EJPgaYsQTWob50QteW1PoIdNk=";
};
vendorSha256 = "sha256-gMHPWf/kFb55GyyMciLWRzvrQXUGDQ72RNkIhkMVe54=";
vendorSha256 = "sha256-PGsj7pLtd+xpy9Dhv6qJX5sHin4YAOdXaYj4QCSFte4=";
meta = with lib; {
description = "A time zone helper";

View file

@ -10516,7 +10516,9 @@ with pkgs;
typos = callPackage ../development/tools/typos { };
tz = callPackage ../tools/misc/tz { };
tz = callPackage ../tools/misc/tz {
buildGoModule = buildGo117Module;
};
u9fs = callPackage ../servers/u9fs { };