gumbo: 0.12.3 -> 0.13.0 (#376594)
This commit is contained in:
@@ -5,18 +5,20 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "gumbo";
|
||||
version = "0.12.3";
|
||||
version = "0.13.0";
|
||||
|
||||
src = fetchFromGitea {
|
||||
domain = "codeberg.org";
|
||||
owner = "gumbo-parser";
|
||||
repo = "gumbo-parser";
|
||||
rev = version;
|
||||
hash = "sha256-C5+MCQ/hC+lfjxPykiAJspYQtI1G7/mFa4XlPrDJl/c=";
|
||||
hash = "sha256-QpGOBKNPBryCXZKKEQMv9TXJiNyXESBFiR4wM0lmjiI=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ autoreconfHook ];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
meta = with lib; {
|
||||
description = "C99 HTML parsing algorithm";
|
||||
homepage = "https://codeberg.org/gumbo-parser/gumbo-parser";
|
||||
|
||||
Reference in New Issue
Block a user