gumbo: 0.12.2 -> 0.12.3 (#367954)

This commit is contained in:
Philip Taron
2024-12-24 16:08:36 -08:00
committed by GitHub
+2 -2
View File
@@ -5,14 +5,14 @@
stdenv.mkDerivation rec {
pname = "gumbo";
version = "0.12.2";
version = "0.12.3";
src = fetchFromGitea {
domain = "codeberg.org";
owner = "gumbo-parser";
repo = "gumbo-parser";
rev = version;
hash = "sha256-Ug2Qib1T/SOWXLcv7t9kZ2m0PTwzctg/68U2ooeR+tk=";
hash = "sha256-C5+MCQ/hC+lfjxPykiAJspYQtI1G7/mFa4XlPrDJl/c=";
};
nativeBuildInputs = [ autoreconfHook ];