summary refs log tree commit diff
path: root/pkgs/development/tools/continuous-integration/dagger/default.nix
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-08-13 05:46:16 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-08-13 05:46:16 +0000
commitb60ee0eb0b63fd721c41be7a74529ab85e77b9eb (patch)
tree9dbebd9264c79c6c5c749e201267483e3bb121a6 /pkgs/development/tools/continuous-integration/dagger/default.nix
parente2c651c0de89c6bd9bbccec0fcb60c30b6a570f7 (diff)
downloadnixpkgs-b60ee0eb0b63fd721c41be7a74529ab85e77b9eb.tar
nixpkgs-b60ee0eb0b63fd721c41be7a74529ab85e77b9eb.tar.gz
nixpkgs-b60ee0eb0b63fd721c41be7a74529ab85e77b9eb.tar.bz2
nixpkgs-b60ee0eb0b63fd721c41be7a74529ab85e77b9eb.tar.lz
nixpkgs-b60ee0eb0b63fd721c41be7a74529ab85e77b9eb.tar.xz
nixpkgs-b60ee0eb0b63fd721c41be7a74529ab85e77b9eb.tar.zst
nixpkgs-b60ee0eb0b63fd721c41be7a74529ab85e77b9eb.zip
dagger: 0.2.28 -> 0.2.29
Diffstat (limited to 'pkgs/development/tools/continuous-integration/dagger/default.nix')
-rw-r--r--pkgs/development/tools/continuous-integration/dagger/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/continuous-integration/dagger/default.nix b/pkgs/development/tools/continuous-integration/dagger/default.nix
index eb6e7964467..bd05a0ec35c 100644
--- a/pkgs/development/tools/continuous-integration/dagger/default.nix
+++ b/pkgs/development/tools/continuous-integration/dagger/default.nix
@@ -2,13 +2,13 @@
 
 buildGoModule rec {
   pname = "dagger";
-  version = "0.2.28";
+  version = "0.2.29";
 
   src = fetchFromGitHub {
     owner = "dagger";
     repo = "dagger";
     rev = "v${version}";
-    sha256 = "sha256-f9Oq9+FiGaL71RGR2eerHM9bBbNK7ysZsCWvOZo5u8g=";
+    sha256 = "sha256-IfsBrsArP5PoznepNPr7ARVJWuDnFJaiSDMm8NjaLVY=";
   };
 
   vendorSha256 = "sha256-e++fNcgdQUPnbKVx7ncuf7NGc8eVdli5/rB7Jw+D/Ds=";