Skip to content

Commit bfd5778

Browse files
committedNov 1, 2017
tzdata; 2016j -> 2017c
Notable recent changes: - Northern Cyprus resumed EU rules starting 2017-10-29. - Namibia will switch from +01 with DST to +02 all year, affecting UT offsets starting 2018-04-01. - Sudan will switch from +03 to +02 on 2017-11-01. - Tonga will not observe DST on 2017-11-05. - Turks & Caicos will switch from -04 all year to -05 with US DST, affecting UT offset starting 2018-11-04.
1 parent 29798e8 commit bfd5778

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎pkgs/data/misc/tzdata/default.nix

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22

33
stdenv.mkDerivation rec {
44
name = "tzdata-${version}";
5-
version = "2016j";
5+
version = "2017c";
66

77
srcs =
88
[ (fetchurl {
99
url = "http://www.iana.org/time-zones/repository/releases/tzdata${version}.tar.gz";
10-
sha256 = "1j4xycpwhs57qnkcxwh3np8wnf3km69n3cf4w6p2yv2z247lxvpm";
10+
sha256 = "02yrrfj0p7ar885ja41ylijzbr8wc6kz6kzlw8c670i9m693ym6n";
1111
})
1212
(fetchurl {
1313
url = "http://www.iana.org/time-zones/repository/releases/tzcode${version}.tar.gz";
14-
sha256 = "1dxhrk4z0n2di8p0yd6q00pa6bwyz5xqbrfbasiz8785ni7zrvxr";
14+
sha256 = "1dvrq0b2hz7cjqdyd7x21wpy4qcng3rvysr61ij0c2g64fyb9s41";
1515
})
1616
];
1717

0 commit comments

Comments
 (0)
Please sign in to comment.