Unverified Commit ddd3d0d0 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

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

yaegi: 0.15.1 -> 0.16.0
parents c3927f87 1d3263dc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;