about summary refs log tree commit diff
path: root/pkgs/development/tools/earthly
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-08-05 10:22:24 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-08-05 10:22:24 +0000
commitf876de84c490f7499dc2271fd64974a410899fdc (patch)
treeda937038d014ca0bbaa64746ac758ac5e4b15e8b /pkgs/development/tools/earthly
parent14dcb5a3d55213cea4a7aa41ecb094b3bbd33e2a (diff)
downloadnixlib-f876de84c490f7499dc2271fd64974a410899fdc.tar
nixlib-f876de84c490f7499dc2271fd64974a410899fdc.tar.gz
nixlib-f876de84c490f7499dc2271fd64974a410899fdc.tar.bz2
nixlib-f876de84c490f7499dc2271fd64974a410899fdc.tar.lz
nixlib-f876de84c490f7499dc2271fd64974a410899fdc.tar.xz
nixlib-f876de84c490f7499dc2271fd64974a410899fdc.tar.zst
nixlib-f876de84c490f7499dc2271fd64974a410899fdc.zip
earthly: 0.6.20 -> 0.6.21
Diffstat (limited to 'pkgs/development/tools/earthly')
-rw-r--r--pkgs/development/tools/earthly/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/tools/earthly/default.nix b/pkgs/development/tools/earthly/default.nix
index 67a732dc1803..4b86be804801 100644
--- a/pkgs/development/tools/earthly/default.nix
+++ b/pkgs/development/tools/earthly/default.nix
@@ -2,16 +2,16 @@
 
 buildGoModule rec {
   pname = "earthly";
-  version = "0.6.20";
+  version = "0.6.21";
 
   src = fetchFromGitHub {
     owner = "earthly";
     repo = "earthly";
     rev = "v${version}";
-    sha256 = "sha256-2tdmAoHh9sqX3zWrerNqnwluQB79iZHPuE0xsPOB09w=";
+    sha256 = "sha256-i/iMrIvslxK+iqTKL7vEZc1ir8A9a0WVQ0J/KfSGyxo=";
   };
 
-  vendorSha256 = "sha256-LHpmzQeonLFLCs2D1gRACZSdAtRkzzQ7Ftq/2D+PI80=";
+  vendorSha256 = "sha256-oK8fWi7zThzd1TrN6yd08T9QyVCOA4SAKZ2OPJTcgY8=";
 
   ldflags = [
     "-s" "-w"