about summary refs log tree commit diff
path: root/pkgs/development/tools/earthly
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-06-27 18:08:06 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-06-27 18:08:06 +0000
commit6a26d8ea6444777254f06651adc00018b6c3b115 (patch)
tree2f5d11cb46a2ce602e265686a028bdf418a3272c /pkgs/development/tools/earthly
parent6c112fb5de615adfc2c76b08a923ff61215e2a0b (diff)
downloadnixlib-6a26d8ea6444777254f06651adc00018b6c3b115.tar
nixlib-6a26d8ea6444777254f06651adc00018b6c3b115.tar.gz
nixlib-6a26d8ea6444777254f06651adc00018b6c3b115.tar.bz2
nixlib-6a26d8ea6444777254f06651adc00018b6c3b115.tar.lz
nixlib-6a26d8ea6444777254f06651adc00018b6c3b115.tar.xz
nixlib-6a26d8ea6444777254f06651adc00018b6c3b115.tar.zst
nixlib-6a26d8ea6444777254f06651adc00018b6c3b115.zip
earthly: 0.7.8 -> 0.7.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 54094754425f..ffda60813218 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.7.8";
+  version = "0.7.9";
 
   src = fetchFromGitHub {
     owner = "earthly";
     repo = "earthly";
     rev = "v${version}";
-    sha256 = "sha256-zLv0wuAM6d84Z2jCf89KDIIqX+Hiiw40g3DnTZxVTYY=";
+    sha256 = "sha256-KShHkqhPlC5MXHVd81ipacyDxWXyl3xFvWpe+7DHqsM=";
   };
 
-  vendorHash = "sha256-NUm+vkJsT78pxrPqwDofPlrc6jQMTFjsRF7uPUPhDGQ=";
+  vendorHash = "sha256-0KAnj/PizBC1obz09EAVWUPO0aFw5QUSTENMd7aIo1Y=";
   subPackages = [ "cmd/earthly" "cmd/debugger" ];
 
   CGO_ENABLED = 0;