earthly: 0.6.21 -> 0.6.22

This commit is contained in:
R. Ryantm 2022-08-20 10:11:53 +00:00
parent 78182194c6
commit 6ae304bdb7

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "earthly";
version = "0.6.21";
version = "0.6.22";
src = fetchFromGitHub {
owner = "earthly";
repo = "earthly";
rev = "v${version}";
sha256 = "sha256-i/iMrIvslxK+iqTKL7vEZc1ir8A9a0WVQ0J/KfSGyxo=";
sha256 = "sha256-W6BBLxKvZ8+KQjkJXv1LsxtCRdgmU1Hj6lBW8TACyN8=";
};
vendorSha256 = "sha256-oK8fWi7zThzd1TrN6yd08T9QyVCOA4SAKZ2OPJTcgY8=";
vendorSha256 = "sha256-ZxuYNtekWlfpo9O1DEXebuixWbWuHMhnOH3G41KC1bU=";
ldflags = [
"-s" "-w"