yaegi: 0.16.0 -> 0.16.1

This commit is contained in:
R. Ryantm 2024-04-04 02:01:37 +00:00
parent 200850af60
commit c1d74b92ab

View File

@ -7,13 +7,13 @@
buildGoModule rec {
pname = "yaegi";
version = "0.16.0";
version = "0.16.1";
src = fetchFromGitHub {
owner = "traefik";
repo = "yaegi";
rev = "v${version}";
hash = "sha256-AplNd9+Z+bVC4/2aFKwhabMvumF9IPcSX8X8H0z/ADA=";
hash = "sha256-jpLx2z65KeCPC4AQgFmUUphmmiT4EeHwrYn3/rD4Rzg=";
};
vendorHash = null;