Unverified Commit b82918a1 authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

gonic: 0.19.0 -> 0.20.0 (#483535)

parents fc065c4a 7c571e3b
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -20,15 +20,15 @@

buildGoModule rec {
  pname = "gonic";
  version = "0.19.0";
  version = "0.20.0";
  src = fetchFromGitHub {
    owner = "sentriz";
    repo = "gonic";
    rev = "v${version}";
    sha256 = "sha256-la3xBECo4zZfkp5BlXuUzFEUGtxMl8ZAQdwgjFXIuSM=";
    sha256 = "sha256-llNKCxVrsDmi5a33NoAPEyJu+728gFQcAItPk2IBdwo=";
  };

  vendorHash = "sha256-HrYS7c0MtiOYRyiSg7eLbiSIUkHeRikJ0Rwf4EoZIsQ=";
  vendorHash = "sha256-uVZ0Q1nrE7DLurW4fldsr3yyz80J6ONiPjLXHXHDGlg=";

  # TODO(Profpatsch): write a test for transcoding support,
  # since it is prone to break