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: e799f2a63b97
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 92456d29bd57
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Nov 8, 2018

  1. tzupdate: 1.2.0 -> 1.3.1

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/tzupdate/versions
    r-ryantm committed Nov 8, 2018
    Copy the full SHA
    07748ae View commit details
  2. Merge pull request #49940 from r-ryantm/auto-update/tzupdate

    tzupdate: 1.2.0 -> 1.3.1
    Mic92 authored Nov 8, 2018
    Copy the full SHA
    92456d2 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/misc/tzupdate/default.nix
4 changes: 2 additions & 2 deletions pkgs/applications/misc/tzupdate/default.nix
Original file line number Diff line number Diff line change
@@ -5,11 +5,11 @@ let
in
buildPythonApplication rec {
pname = "tzupdate";
version = "1.2.0";
version = "1.3.1";

src = fetchPypi {
inherit pname version;
sha256 = "1wj2r1wirnn5kllaasdldimvp3cc3w7w890iqrjksz5wwjbnj8pk";
sha256 = "085kp4v9ijhkfvr0r5rzn4z7nrkb2qig05j0bajb0gkgynwf8wnz";
};

propagatedBuildInputs = [ requests ];