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-03-24 12:07:34 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-03-24 12:07:34 +0000
commit60b07d567b3d4215d7f7fb6111a2e2dfd4cdf8e6 (patch)
tree51178359a3a2ad59d4ed878645974db6c410d2a9 /pkgs/development/tools/earthly
parent30d2d4a499f904e8966eaeaf6a2867765efe1f6d (diff)
downloadnixlib-60b07d567b3d4215d7f7fb6111a2e2dfd4cdf8e6.tar
nixlib-60b07d567b3d4215d7f7fb6111a2e2dfd4cdf8e6.tar.gz
nixlib-60b07d567b3d4215d7f7fb6111a2e2dfd4cdf8e6.tar.bz2
nixlib-60b07d567b3d4215d7f7fb6111a2e2dfd4cdf8e6.tar.lz
nixlib-60b07d567b3d4215d7f7fb6111a2e2dfd4cdf8e6.tar.xz
nixlib-60b07d567b3d4215d7f7fb6111a2e2dfd4cdf8e6.tar.zst
nixlib-60b07d567b3d4215d7f7fb6111a2e2dfd4cdf8e6.zip
earthly: 0.6.11 -> 0.6.12
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 635552842968..377d287e531e 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.11";
+  version = "0.6.12";
 
   src = fetchFromGitHub {
     owner = "earthly";
     repo = "earthly";
     rev = "v${version}";
-    sha256 = "sha256-awlE+k4Oa64Z2n+XbeDuezea+5D0ol7hyscVY6j52gI=";
+    sha256 = "sha256-M8DnSpQhW4i83cu9wp0ZKyP7137IQVjyBl0cgVvQmPI=";
   };
 
-  vendorSha256 = "sha256-uUx9C7uEdXjhDWxehGHuhuFQXdUjZAXK3qogESkRm8E=";
+  vendorSha256 = "sha256-GvTWj0uEsCyC4/RL6woym8UwA3OCFx8NWkNQApnVMM8=";
 
   ldflags = [
     "-s" "-w"