Commit 81b0d1f6 authored by Michal Koutenský's avatar Michal Koutenský
Browse files

gonic: 0.18.0 -> 0.19.0

parent 60145c9e
Loading
Loading
Loading
Loading
+3 −8
Original line number Diff line number Diff line
@@ -20,20 +20,15 @@

buildGoModule rec {
  pname = "gonic";
  version = "0.18.0";
  version = "0.19.0";
  src = fetchFromGitHub {
    owner = "sentriz";
    repo = "gonic";
    rev = "v${version}";
    sha256 = "sha256-qWUADZntJg8722Kxt3z1cwIOTcjxS0PYC0RHzselkdI=";
    sha256 = "sha256-la3xBECo4zZfkp5BlXuUzFEUGtxMl8ZAQdwgjFXIuSM=";
  };

  nativeBuildInputs = [ pkg-config ];
  buildInputs = [
    taglib
    zlib
  ];
  vendorHash = "sha256-HY+57SJsz/kPxSadjFl4LQ1Jlu3A5I+rpih67cMMGHA=";
  vendorHash = "sha256-HrYS7c0MtiOYRyiSg7eLbiSIUkHeRikJ0Rwf4EoZIsQ=";

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