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
This commit is contained in:
R. RyanTM 2019-06-01 18:19:21 -07:00
parent 97aba37876
commit c9df9e2d1d

View file

@ -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; {