gonic: 0.18.0 -> 0.19.0

This commit is contained in:
Michal Koutenský
2025-10-14 11:47:37 +02:00
parent 60145c9e74
commit 81b0d1f69d

View File

@@ -20,20 +20,15 @@
buildGoModule rec { buildGoModule rec {
pname = "gonic"; pname = "gonic";
version = "0.18.0"; version = "0.19.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "sentriz"; owner = "sentriz";
repo = "gonic"; repo = "gonic";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-qWUADZntJg8722Kxt3z1cwIOTcjxS0PYC0RHzselkdI="; sha256 = "sha256-la3xBECo4zZfkp5BlXuUzFEUGtxMl8ZAQdwgjFXIuSM=";
}; };
nativeBuildInputs = [ pkg-config ]; vendorHash = "sha256-HrYS7c0MtiOYRyiSg7eLbiSIUkHeRikJ0Rwf4EoZIsQ=";
buildInputs = [
taglib
zlib
];
vendorHash = "sha256-HY+57SJsz/kPxSadjFl4LQ1Jlu3A5I+rpih67cMMGHA=";
# TODO(Profpatsch): write a test for transcoding support, # TODO(Profpatsch): write a test for transcoding support,
# since it is prone to break # since it is prone to break