Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5a1242c1b277
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c567ec632e81
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Nov 1, 2017

  1. firefox-devedition-bin: 57.0b11 -> 57.0b13

    (cherry picked from commit c733fdd)
    Fuuzetsu authored and fpletz committed Nov 1, 2017

    Partially verified

    This commit is signed with the committer’s verified signature.
    fpletz’s contribution has been verified via GPG key.
    We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
    Copy the full SHA
    34b752c View commit details
  2. 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.
    
    (cherry picked from commit bfd5778)
    fpletz committed Nov 1, 2017

    Verified

    This commit was signed with the committer’s verified signature.
    fpletz Franz Pletz
    Copy the full SHA
    c567ec6 View commit details
Showing with 384 additions and 384 deletions.
  1. +381 −381 pkgs/applications/networking/browsers/firefox-bin/devedition_sources.nix
  2. +3 −3 pkgs/data/misc/tzdata/default.nix
762 changes: 381 additions & 381 deletions pkgs/applications/networking/browsers/firefox-bin/devedition_sources.nix

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions pkgs/data/misc/tzdata/default.nix
Original file line number Diff line number Diff line change
@@ -2,16 +2,16 @@

stdenv.mkDerivation rec {
name = "tzdata-${version}";
version = "2016j";
version = "2017c";

srcs =
[ (fetchurl {
url = "http://www.iana.org/time-zones/repository/releases/tzdata${version}.tar.gz";
sha256 = "1j4xycpwhs57qnkcxwh3np8wnf3km69n3cf4w6p2yv2z247lxvpm";
sha256 = "02yrrfj0p7ar885ja41ylijzbr8wc6kz6kzlw8c670i9m693ym6n";
})
(fetchurl {
url = "http://www.iana.org/time-zones/repository/releases/tzcode${version}.tar.gz";
sha256 = "1dxhrk4z0n2di8p0yd6q00pa6bwyz5xqbrfbasiz8785ni7zrvxr";
sha256 = "1dvrq0b2hz7cjqdyd7x21wpy4qcng3rvysr61ij0c2g64fyb9s41";
})
];