about summary refs log tree commit diff
path: root/pkgs/development/tools/earthly
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-05-17 04:44:00 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-05-19 10:46:32 -0700
commit3d71a65d9c1890246692181d37f65e93af7ffa3a (patch)
treeaa7535e9d280c3bde2a8670e1cb88016d9d4a7b2 /pkgs/development/tools/earthly
parent54a5d419685a294a1dce3df5fd8a8270aa238a4f (diff)
earthly: 0.5.12 -> 0.5.13
Diffstat (limited to 'pkgs/development/tools/earthly')
-rw-r--r--pkgs/development/tools/earthly/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/earthly/default.nix b/pkgs/development/tools/earthly/default.nix
index d07d39b2a3a3a..68a8d1d03523c 100644
--- a/pkgs/development/tools/earthly/default.nix
+++ b/pkgs/development/tools/earthly/default.nix
@@ -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=";