ogen: 1.13.0 -> 1.14.0

This commit is contained in:
R. Ryantm 2025-06-02 13:15:28 +00:00
parent 0238456546
commit 4c3d1ae0b5

View file

@ -6,16 +6,16 @@
buildGoModule rec { buildGoModule rec {
pname = "ogen"; pname = "ogen";
version = "1.13.0"; version = "1.14.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "ogen-go"; owner = "ogen-go";
repo = "ogen"; repo = "ogen";
tag = "v${version}"; tag = "v${version}";
hash = "sha256-M2xKxaf+iWXTq+vMXsucMmVqs9BarCoyG6prmwcL8KI="; hash = "sha256-w3h65MNXBgsH8PCHfoPqY+XNI6TMbLUAMI4Y3WWLEJM=";
}; };
vendorHash = "sha256-TVnTg+SbTmpdfxWSr3KIPioQ/0OlUxCuCfyn5oMWPu8="; vendorHash = "sha256-PQ2ZrigS9jZY1oL3Dsuc2RZwedZLzLKUqhMYfWiZ854=";
patches = [ ./modify-version-handling.patch ]; patches = [ ./modify-version-handling.patch ];