nom: 2.15.0 -> 2.16.2

Changelogs:

  - https://github.com/guyfedwards/nom/releases/tag/v2.16.0
    - feat: Use transactions when storing feeds to local database
    - fix: Correct .gitignore syntax
  - https://github.com/guyfedwards/nom/releases/tag/v2.16.1
    - feat: Enable proxy support
  - https://github.com/guyfedwards/nom/releases/tag/v2.16.2
    - fix: Fix config path handling
This commit is contained in:
Nadir Ishiguro
2025-10-05 14:50:25 +02:00
parent 107f8b572e
commit 32c357f0bf
+2 -2
View File
@@ -6,13 +6,13 @@
}:
buildGoModule rec {
pname = "nom";
version = "2.15.0";
version = "2.16.2";
src = fetchFromGitHub {
owner = "guyfedwards";
repo = "nom";
tag = "v${version}";
hash = "sha256-agQG6DIVjR2nVXGMl7ekTvGOpDkszq8FRwNyGcN9/f4=";
hash = "sha256-4CpvhcMP71dC1nDpvM9P6ZIeE2d2J90MNMWFYXTVaY4=";
};
vendorHash = "sha256-d5KTDZKfuzv84oMgmsjJoXGO5XYLVKxOB5XehqgRvYw=";