gonic: 0.20.1 -> 0.21.0

This commit is contained in:
Michal Koutenský
2026-05-25 23:09:47 +02:00
parent fb17f63ca5
commit 3b042d8236
+3 -3
View File
@@ -20,15 +20,15 @@
buildGoModule rec {
pname = "gonic";
version = "0.20.1";
version = "0.21.0";
src = fetchFromGitHub {
owner = "sentriz";
repo = "gonic";
rev = "v${version}";
sha256 = "sha256-tW+GuNMMeiPf5XInR1BN2L7ommWh1SPClbRew8/2+cA=";
sha256 = "sha256-+plbpqaWWr3gA3grfl5yawEyrQyw6h6rvATqGxEO09c=";
};
vendorHash = "sha256-ynoIR4S02v3qec7447feuu/igFWR20VQVbL0GbTBpqM=";
vendorHash = "sha256-OynYgtqWNMyrUvysi9cNqL0nAfUXP8cOEx02lSP6E7E=";
# TODO(Profpatsch): write a test for transcoding support,
# since it is prone to break