yaegi: 0.15.1 -> 0.16.0

This commit is contained in:
R. Ryantm 2024-03-05 18:03:31 +00:00
parent 3c1f128a33
commit 1d3263dc98

View File

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