gonic: 0.20.0 -> 0.20.1

This commit is contained in:
R. Ryantm
2026-02-07 23:41:53 +00:00
parent e0658cba20
commit e3494d02a3
+3 -3
View File
@@ -20,15 +20,15 @@
buildGoModule rec {
pname = "gonic";
version = "0.20.0";
version = "0.20.1";
src = fetchFromGitHub {
owner = "sentriz";
repo = "gonic";
rev = "v${version}";
sha256 = "sha256-llNKCxVrsDmi5a33NoAPEyJu+728gFQcAItPk2IBdwo=";
sha256 = "sha256-tW+GuNMMeiPf5XInR1BN2L7ommWh1SPClbRew8/2+cA=";
};
vendorHash = "sha256-uVZ0Q1nrE7DLurW4fldsr3yyz80J6ONiPjLXHXHDGlg=";
vendorHash = "sha256-ynoIR4S02v3qec7447feuu/igFWR20VQVbL0GbTBpqM=";
# TODO(Profpatsch): write a test for transcoding support,
# since it is prone to break