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

Commits on Jun 2, 2019

  1. kronometer: 2.2.1 -> 2.2.2

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/kronometer/versions
    r-ryantm committed Jun 2, 2019
    Copy the full SHA
    c9df9e2 View commit details
  2. Merge pull request #62453 from r-ryantm/auto-update/kronometer

    kronometer: 2.2.1 -> 2.2.2
    ryantm authored Jun 2, 2019
    Copy the full SHA
    0c0e842 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/tools/misc/kronometer/default.nix
4 changes: 2 additions & 2 deletions pkgs/tools/misc/kronometer/default.nix
Original file line number Diff line number Diff line change
@@ -6,14 +6,14 @@

let
pname = "kronometer";
version = "2.2.1";
version = "2.2.2";
in
mkDerivation rec {
name = "${pname}-${version}";

src = fetchurl {
url = "mirror://kde/stable/${pname}/${version}/src/${name}.tar.xz";
sha256 = "18b2qi5b9hn8jy3yhav72n14z5l9w3p5fv5kslhbxc7rfvjr4h3x";
sha256 = "142f1kqygil6d4pvh6pallin355h2rq5s1hs6gd11plcin6rkg2j";
};

meta = with lib; {