libuninameslist: 20190701 -> 20200313
This commit is contained in:
parent
7b33cbdbf5
commit
b7af93ad34
@ -5,13 +5,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "libuninameslist";
|
pname = "libuninameslist";
|
||||||
version = "20190701";
|
version = "20200313";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "fontforge";
|
owner = "fontforge";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256:034c8clnskvqbwyiq7si4dad1kbngi3jmnrj064i39msqixmpdzb";
|
sha256 = "1rs4mrmfcw7864kssnk559ac1sdlpl8yrd10xspxrnfz08ynqxw8";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
|
|||||||
];
|
];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = https://github.com/fontforge/libuninameslist/;
|
homepage = "https://github.com/fontforge/libuninameslist/";
|
||||||
description = "A Library of Unicode names and annotation data";
|
description = "A Library of Unicode names and annotation data";
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
maintainers = with maintainers; [ erictapen ];
|
maintainers = with maintainers; [ erictapen ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user