tzdata: 2023a -> 2023c
https://mm.icann.org/pipermail/tz-announce/2023-March/000079.html > This release's code and data are identical to 2023a. In other words, > this release reverts all changes made in 2023b other than commentary, > as that appears to be the best of a bad set of short-notice choices > for modeling this week's daylight saving chaos in Lebanon.
This commit is contained in:
parent
b5f452b688
commit
480df9b4da
1 changed files with 3 additions and 3 deletions
|
@ -2,16 +2,16 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "tzdata";
|
||||
version = "2023a";
|
||||
version = "2023c";
|
||||
|
||||
srcs = [
|
||||
(fetchurl {
|
||||
url = "https://data.iana.org/time-zones/releases/tzdata${version}.tar.gz";
|
||||
hash = "sha256-oqJ+23r1o4TPzv2une+tan7SPz8s/a89U5TB6CmXELw=";
|
||||
hash = "sha256-P1ELXRtK6bs45IWqMCp3azF/s2N722QExK33tsrdllw=";
|
||||
})
|
||||
(fetchurl {
|
||||
url = "https://data.iana.org/time-zones/releases/tzcode${version}.tar.gz";
|
||||
hash = "sha256-bczNJqE6S3HFPlc6C/MrmN5GeqMxa4Lf0l//22yfxGo=";
|
||||
hash = "sha256-RtF/K7Ga1zKQ8DogMAYVLg+g17EeW3FGfEqCOBGyFOc=";
|
||||
})
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue