Merge pull request #301412 from r-ryantm/auto-update/yaegi

yaegi: 0.16.0 -> 0.16.1
This commit is contained in:
Nick Cao 2024-04-04 09:29:49 -04:00 committed by GitHub
commit b96483f09b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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;