earthly: 0.5.12 -> 0.5.13

This commit is contained in:
R. RyanTM 2021-05-17 04:44:00 +00:00 committed by Jonathan Ringer
parent 54a5d41968
commit 3d71a65d9c

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "earthly";
version = "0.5.12";
version = "0.5.13";
src = fetchFromGitHub {
owner = "earthly";
repo = "earthly";
rev = "v${version}";
sha256 = "sha256-jG4KaDCzx0PAJu6Hr+xnKsAdz97LmGUF0El3rSiLQPo=";
sha256 = "sha256-XN3E1oCIlohALnaP17WOB7/1vaklmyAfVZLxrBOXhbo=";
};
vendorSha256 = "sha256-q3dDV0eop2NxXHFrlppWsZrO2Hz1q5xhs1DnB6PvG9g=";