tlp: 1.1 -> 1.2.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/tlp/versions
This commit is contained in:
parent
18aa59b0f2
commit
ff3b8efe4f
1 changed files with 2 additions and 2 deletions
|
@ -14,13 +14,13 @@ let
|
||||||
|
|
||||||
in stdenv.mkDerivation rec {
|
in stdenv.mkDerivation rec {
|
||||||
name = "tlp-${version}";
|
name = "tlp-${version}";
|
||||||
version = "1.1";
|
version = "1.2.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "linrunner";
|
owner = "linrunner";
|
||||||
repo = "TLP";
|
repo = "TLP";
|
||||||
rev = "${version}";
|
rev = "${version}";
|
||||||
sha256 = "01bhb9hdsck1g2s5jvafr3ywml9k2qz7x2cf42a3z8g5d23pdfpy";
|
sha256 = "1msldl6y8fpvxa9p87lv3hvgxwk2vpiahqmapq485ihdjkshc558";
|
||||||
};
|
};
|
||||||
|
|
||||||
makeFlags = [ "DESTDIR=$(out)"
|
makeFlags = [ "DESTDIR=$(out)"
|
||||||
|
|
Loading…
Reference in a new issue