mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 12:11:28 +00:00
lcdf-typetools: 2.108 -> 2.110
This commit is contained in:
parent
5323fbf703
commit
52fabbbb77
|
@ -2,13 +2,13 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "lcdf-typetools";
|
||||
version = "2.108";
|
||||
version = "2.110";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "kohler";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
sha256 = "0a6jqaqwq43ldjjjlnsh6mczs2la9363qav7v9fyrfzkfj8kw9ad";
|
||||
sha256 = "sha256-hoILYYCef2R1v6aN9V+FoYnXYaKsnGN2jlpb/QFAN/w=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ autoreconfHook ];
|
||||
|
|
Loading…
Reference in a new issue