Merge pull request #197421 from erictapen/libuninameslist

This commit is contained in:
Sandro
2022-10-25 16:02:57 +02:00
committed by GitHub
@@ -5,13 +5,13 @@
stdenv.mkDerivation rec {
pname = "libuninameslist";
version = "20211114";
version = "20221022";
src = fetchFromGitHub {
owner = "fontforge";
repo = pname;
rev = version;
sha256 = "sha256-izxG2mx+D83s78eL19ERUaLrw9FPjlJRcFZw3+xzLDQ=";
sha256 = "sha256-YLlSe2++DpcptuAxLduTYAY2m9D8JSGDcvzijpAv1rU=";
};
nativeBuildInputs = [