tlp: 1.2.1 -> 1.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/tlp/versions
This commit is contained in:
R. RyanTM 2019-05-13 01:43:12 -07:00 committed by Frederik Rietdijk
parent 22ee2ea675
commit 336f4e3431

View file

@ -15,13 +15,13 @@ let
in stdenv.mkDerivation rec { in stdenv.mkDerivation rec {
name = "tlp-${version}"; name = "tlp-${version}";
version = "1.2.1"; version = "1.2.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "linrunner"; owner = "linrunner";
repo = "TLP"; repo = "TLP";
rev = version; rev = version;
sha256 = "1msldl6y8fpvxa9p87lv3hvgxwk2vpiahqmapq485ihdjkshc558"; sha256 = "0vm31ca6kdak9xzwskz7a8hvdp67drfh2zcdwlz3260r8r2ypgg1";
}; };
outRef = placeholder "out"; outRef = placeholder "out";