gonic: 0.18.0 -> 0.19.0
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user