gonic: 0.15.0 -> 0.15.1

This commit is contained in:
Michal Koutenský 2022-12-26 10:37:12 +01:00
parent 512c6feb35
commit 995446431e

View File

@ -12,17 +12,17 @@
buildGoModule rec {
pname = "gonic";
version = "0.15.0";
version = "0.15.1";
src = fetchFromGitHub {
owner = "sentriz";
repo = pname;
rev = "v${version}";
sha256 = "sha256-sTvdMLa7rwrTRDH5DR5nJCzzbtXM9y8mq63CNR1lVfI=";
sha256 = "sha256-xq2Xk5iAKq+ttYYDNef0P3ewURmn/arTNhVc0I5gHLY=";
};
nativeBuildInputs = [ pkg-config ];
buildInputs = [ taglib zlib ];
vendorSha256 = "sha256-B9qzhh7FKkZPfuylxlyNP0blU5sjGwM6bLsw+vFkkb4=";
vendorSha256 = "sha256-+PUKPqW+ER7mmZXrDIc0cE4opoTxA3po3WXSeZO+Xwo=";
# TODO(Profpatsch): write a test for transcoding support,
# since it is prone to break