summary refs log tree commit diff
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-05-25 13:41:24 -0400
committerGitHub <noreply@github.com>2023-05-25 13:41:24 -0400
commit954cc087215d8ae90f77c68b26e5f16df2b45073 (patch)
tree92a51f5401b80e622c031c97470533dc413cfff7
parente28f0e5ad6c13a493ab9590801e11766bddb5658 (diff)
parentefa0823998aa145524cb9371b2eff698041233da (diff)
downloadnixpkgs-954cc087215d8ae90f77c68b26e5f16df2b45073.tar
nixpkgs-954cc087215d8ae90f77c68b26e5f16df2b45073.tar.gz
nixpkgs-954cc087215d8ae90f77c68b26e5f16df2b45073.tar.bz2
nixpkgs-954cc087215d8ae90f77c68b26e5f16df2b45073.tar.lz
nixpkgs-954cc087215d8ae90f77c68b26e5f16df2b45073.tar.xz
nixpkgs-954cc087215d8ae90f77c68b26e5f16df2b45073.tar.zst
nixpkgs-954cc087215d8ae90f77c68b26e5f16df2b45073.zip
Merge pull request #234024 from r-ryantm/auto-update/dagger
dagger: 0.5.2 -> 0.5.3
-rw-r--r--pkgs/development/tools/continuous-integration/dagger/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/tools/continuous-integration/dagger/default.nix b/pkgs/development/tools/continuous-integration/dagger/default.nix
index 8c279595050..3d1f4d5f569 100644
--- a/pkgs/development/tools/continuous-integration/dagger/default.nix
+++ b/pkgs/development/tools/continuous-integration/dagger/default.nix
@@ -2,16 +2,16 @@
 
 buildGoModule rec {
   pname = "dagger";
-  version = "0.5.2";
+  version = "0.5.3";
 
   src = fetchFromGitHub {
     owner = "dagger";
     repo = "dagger";
     rev = "v${version}";
-    hash = "sha256-vFKq7sa41KSfV4+vgsZLEfiF2iwd4O6BwXkVXQPJ7n0=";
+    hash = "sha256-yMegSRO9wkpw2o429mLoDmUmysXmR93MULHjtc/V/cQ=";
   };
 
-  vendorHash = "sha256-/S72x0KqEKIRiRP66InZcQaTvRY1kQRTvs+Ceo0bMCA=";
+  vendorHash = "sha256-LuCbo7T0lXoQUBfSeCGw3SLydA2iM7dv7pYCterapHU=";
   proxyVendor = true;
 
   subPackages = [