wormhole-william: 1.0.5 -> 1.0.6

This commit is contained in:
R. Ryantm 2021-12-22 02:02:55 +00:00 committed by Jonathan Ringer
parent b5127f3492
commit 74de691982

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "wormhole-william";
version = "1.0.5";
version = "1.0.6";
src = fetchFromGitHub {
owner = "psanford";
repo = "wormhole-william";
rev = "v${version}";
sha256 = "sha256-75pSFMzaZW+rtikO0khuxXIgb3Wj8ieSE4sB6quKgo4=";
sha256 = "sha256-L/0zgQkwADElpIzOJAROa3CN/YNl76Af2pAhX8y2Wxs=";
};
vendorSha256 = "sha256-8GZ4h+DFQaCizOCxsMzAllXyaQgzQQBsbCnVi5MWbFg=";
vendorSha256 = "sha256-J6iht3cagcwFekydShgaYJtkNLfEvSDqonkC7+frldM=";
doCheck = false;