about summary refs log tree commit diff
path: root/pkgs/development/tools
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-07-11 11:46:37 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-07-11 11:46:37 +0000
commit861aa4a1f1229f8bc82d04870cc4a270a5b7f6d3 (patch)
tree3169693e72c0d7b554b038e5cb1bb9f94c102b12 /pkgs/development/tools
parent547a750222e2dc5a07a3d085dc5a165b7b44cdd8 (diff)
downloadnixlib-861aa4a1f1229f8bc82d04870cc4a270a5b7f6d3.tar
nixlib-861aa4a1f1229f8bc82d04870cc4a270a5b7f6d3.tar.gz
nixlib-861aa4a1f1229f8bc82d04870cc4a270a5b7f6d3.tar.bz2
nixlib-861aa4a1f1229f8bc82d04870cc4a270a5b7f6d3.tar.lz
nixlib-861aa4a1f1229f8bc82d04870cc4a270a5b7f6d3.tar.xz
nixlib-861aa4a1f1229f8bc82d04870cc4a270a5b7f6d3.tar.zst
nixlib-861aa4a1f1229f8bc82d04870cc4a270a5b7f6d3.zip
earthly: 0.7.10 -> 0.7.11
Diffstat (limited to 'pkgs/development/tools')
-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 75457a1e9b25..d57549dd7e30 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.7.10";
+  version = "0.7.11";
 
   src = fetchFromGitHub {
     owner = "earthly";
     repo = "earthly";
     rev = "v${version}";
-    sha256 = "sha256-Agg1r/5QYk5U9ZblVO/WvLCBy9od7vQuDYKOJeR93XA=";
+    sha256 = "sha256-iIMTDdWO//H8BXEbYMx15vo48IQ15AJjNvMg8Y2oFUY=";
   };
 
   vendorHash = "sha256-tEhUywjJtNaWLPSRNeHTcNsPNCZtXzqjg0VG4g4N9E0=";