summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-07-11 05:50:30 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-07-11 05:50:30 +0000
commitcf6c1fb1852b225b64f01f118813e50cda7d2158 (patch)
treed48eeb7c32c5777a131f79010f4ad9c03753f624
parentd5e2bee79ba131d56db29e9f65c04ef871c58780 (diff)
downloadnixpkgs-cf6c1fb1852b225b64f01f118813e50cda7d2158.tar
nixpkgs-cf6c1fb1852b225b64f01f118813e50cda7d2158.tar.gz
nixpkgs-cf6c1fb1852b225b64f01f118813e50cda7d2158.tar.bz2
nixpkgs-cf6c1fb1852b225b64f01f118813e50cda7d2158.tar.lz
nixpkgs-cf6c1fb1852b225b64f01f118813e50cda7d2158.tar.xz
nixpkgs-cf6c1fb1852b225b64f01f118813e50cda7d2158.tar.zst
nixpkgs-cf6c1fb1852b225b64f01f118813e50cda7d2158.zip
dagger: 0.6.2 -> 0.6.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 c9f1dbbd143..a38f6329b52 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.6.2";
+  version = "0.6.3";
 
   src = fetchFromGitHub {
     owner = "dagger";
     repo = "dagger";
     rev = "v${version}";
-    hash = "sha256-cBaHj50j1jh2ASDbYHVw12GLD4afTVtyLeGrZtcdylY=";
+    hash = "sha256-9Mv+We4VtsnnZJJF5P3+1EhrX6QrcV7hEzYaLqai5IU=";
   };
 
-  vendorHash = "sha256-fX6Lhc/OhPH1g2ANoxZmkADKhoDA3WsSb3cu1tKBjjw=";
+  vendorHash = "sha256-ptfrcsE3YQBqChxbOjkO3xia6ZTI0fGJNXA+q32m9wY=";
   proxyVendor = true;
 
   subPackages = [