summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-08-02 10:23:22 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-08-02 10:23:22 +0000
commitbd94ce1422fdc0868474678039073ce7786f3659 (patch)
tree5c13d8c91b9edf433154041eab35aaf75042cbb8
parent26f7e301327d1bf080d691978d2da368622ea19e (diff)
downloadnixpkgs-bd94ce1422fdc0868474678039073ce7786f3659.tar
nixpkgs-bd94ce1422fdc0868474678039073ce7786f3659.tar.gz
nixpkgs-bd94ce1422fdc0868474678039073ce7786f3659.tar.bz2
nixpkgs-bd94ce1422fdc0868474678039073ce7786f3659.tar.lz
nixpkgs-bd94ce1422fdc0868474678039073ce7786f3659.tar.xz
nixpkgs-bd94ce1422fdc0868474678039073ce7786f3659.tar.zst
nixpkgs-bd94ce1422fdc0868474678039073ce7786f3659.zip
dagger: 0.6.3 -> 0.6.4
-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 a38f6329b52..8ebc464cb34 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.3";
+  version = "0.6.4";
 
   src = fetchFromGitHub {
     owner = "dagger";
     repo = "dagger";
     rev = "v${version}";
-    hash = "sha256-9Mv+We4VtsnnZJJF5P3+1EhrX6QrcV7hEzYaLqai5IU=";
+    hash = "sha256-ms736KXQjqWnIU7WHQ4k1r6qwCp07N6tufCx9s9biVc=";
   };
 
-  vendorHash = "sha256-ptfrcsE3YQBqChxbOjkO3xia6ZTI0fGJNXA+q32m9wY=";
+  vendorHash = "sha256-zssmvu1s7O2DdvjxUYkR13CKOe4EYn50RFRRIPBJ9qg=";
   proxyVendor = true;
 
   subPackages = [