ogen: 1.11.0 -> 1.12.0

This commit is contained in:
R. Ryantm
2025-04-27 10:55:48 +00:00
parent 0571e373ab
commit 10e37112c3
+2 -2
View File
@@ -6,13 +6,13 @@
buildGoModule rec {
pname = "ogen";
version = "1.11.0";
version = "1.12.0";
src = fetchFromGitHub {
owner = "ogen-go";
repo = "ogen";
tag = "v${version}";
hash = "sha256-fw5nDFBlCX1HPHs9m5uJSkcfi/yUt6BN5W+igLTVepA=";
hash = "sha256-Z/pBKqaxOaqoz8Gge8kJ/GWvo3Ie+DaPwfexKpd/HpQ=";
};
vendorHash = "sha256-6YZudsilVd4KlDGjINT9dradgkiyTPh0uJxDNMq75EY=";