nom: 3.1.0 -> 3.1.1

This commit is contained in:
R. Ryantm
2026-01-25 21:59:55 +00:00
parent 19c30d3413
commit c617bd0cd5
+2 -2
View File
@@ -7,13 +7,13 @@
}:
buildGoModule rec {
pname = "nom";
version = "3.1.0";
version = "3.1.1";
src = fetchFromGitHub {
owner = "guyfedwards";
repo = "nom";
tag = "v${version}";
hash = "sha256-u+DS79ByO1XL0hGnK8PbeMIO6aU+wkhYaLWspXvEgwQ=";
hash = "sha256-4TZLMSqp6ZoDcRAnpABztBQ85sVkPWVsJtd9zOWtCTQ=";
};
vendorHash = "sha256-d5KTDZKfuzv84oMgmsjJoXGO5XYLVKxOB5XehqgRvYw=";