Skip to content

Commit

Permalink
tz: 0.6.3 -> 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 10, 2024
1 parent 0b9c8af commit a6937af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/misc/tz/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

buildGoModule rec {
pname = "tz";
version = "0.6.3";
version = "0.7.0";

src = fetchFromGitHub {
owner = "oz";
repo = "tz";
rev = "v${version}";
sha256 = "sha256-yeCoBDorwwj3+tqKzoAjtMdYmjqscks/qU8EkmO/D5k=";
sha256 = "sha256-Mnb0GdJ9dgaUanWBP5JOo6++6MfrUgncBRp4NIbhxf0=";
};

vendorHash = "sha256-lcCra4LyebkmelvBs0Dd2mn6R64Q5MaUWc5AP8V9pec=";
Expand Down

0 comments on commit a6937af

Please sign in to comment.