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-03 04:53:53 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-03-03 04:53:53 +0000
commit03785706bd8654a310d7ba2ea5de4d3b91a6268a (patch)
tree82947c24c2a2d98ac4a5d668a47f99e218f4ad75 /pkgs/development/tools/earthly
parent764670261a559e0e2e89dcce487fb9bd3ae19f9e (diff)
downloadnixlib-03785706bd8654a310d7ba2ea5de4d3b91a6268a.tar
nixlib-03785706bd8654a310d7ba2ea5de4d3b91a6268a.tar.gz
nixlib-03785706bd8654a310d7ba2ea5de4d3b91a6268a.tar.bz2
nixlib-03785706bd8654a310d7ba2ea5de4d3b91a6268a.tar.lz
nixlib-03785706bd8654a310d7ba2ea5de4d3b91a6268a.tar.xz
nixlib-03785706bd8654a310d7ba2ea5de4d3b91a6268a.tar.zst
nixlib-03785706bd8654a310d7ba2ea5de4d3b91a6268a.zip
earthly: 0.6.8 -> 0.6.9
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 cd324ae387d2..e37801d2722f 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.8";
+  version = "0.6.9";
 
   src = fetchFromGitHub {
     owner = "earthly";
     repo = "earthly";
     rev = "v${version}";
-    sha256 = "sha256-VXBDgBcByONEOznUVbzxySE7rcevIwCk8rVxRxhF0Gc=";
+    sha256 = "sha256-FZHz46GUPG5LgJcuKxheERWcctuHdDWgGPslEAu+j08=";
   };
 
-  vendorSha256 = "sha256-6lzusbfedDJESJIxsTVGoRnjdtPnMSDdL2OjXIFFL04=";
+  vendorSha256 = "sha256-uUx9C7uEdXjhDWxehGHuhuFQXdUjZAXK3qogESkRm8E=";
 
   ldflags = [
     "-s" "-w"