Merge master into staging-next

This commit is contained in:
github-actions[bot]
2021-05-19 18:34:10 +00:00
committed by GitHub
12 changed files with 88 additions and 35 deletions
+2 -2
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=";