about summary refs log tree commit diff
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-03-17 21:32:00 +0200
committerGitHub <noreply@github.com>2023-03-17 21:32:00 +0200
commite603d7c7c6361955c81f4710271f9eb459616e67 (patch)
treeb5c6cae9b4ee1a75ce65a28642ee317a7b816b3b
parent973123248b0e53531d0403c5522d5e77626d450e (diff)
parent38f8824e06e3110f8c6b5eb5513196ca78063308 (diff)
downloadnixlib-e603d7c7c6361955c81f4710271f9eb459616e67.tar
nixlib-e603d7c7c6361955c81f4710271f9eb459616e67.tar.gz
nixlib-e603d7c7c6361955c81f4710271f9eb459616e67.tar.bz2
nixlib-e603d7c7c6361955c81f4710271f9eb459616e67.tar.lz
nixlib-e603d7c7c6361955c81f4710271f9eb459616e67.tar.xz
nixlib-e603d7c7c6361955c81f4710271f9eb459616e67.tar.zst
nixlib-e603d7c7c6361955c81f4710271f9eb459616e67.zip
Merge pull request #221039 from r-ryantm/auto-update/dagger
dagger: 0.3.13 -> 0.4.0
-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 d43fd51cc30e..e99eba1d3522 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.3.13";
+  version = "0.4.0";
 
   src = fetchFromGitHub {
     owner = "dagger";
     repo = "dagger";
     rev = "v${version}";
-    hash = "sha256-J+3wihsZx8ZnanWfahtd9J659dUaQXbD0lz2uMHLb3E=";
+    hash = "sha256-xSEO1UD5piTFBBdse45yPAXKEwUm2tCxvwNTrlfgRNk=";
   };
 
-  vendorHash = "sha256-r8XJrHU8ToqW7CqvpYoHcM0skqWOXZxFAyQQZ2yIBQ4=";
+  vendorHash = "sha256-nBlebDN1TsB+RFArl5fR3xyz5FWr4wOxL+9oWVvOpwI=";
   proxyVendor = true;
 
   subPackages = [