Unverified Commit 32c357f0 authored by Nadir Ishiguro's avatar Nadir Ishiguro
Browse files

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
parent 107f8b57
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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=";