about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-11-29 09:33:50 -0500
committerGitHub <noreply@github.com>2023-11-29 09:33:50 -0500
commit8876723fed07ce59305da7fff8467c89c5b5291e (patch)
treef9e992cc756f424ce477c9c4a1ca16c6c73c728d /pkgs
parentb828b70ebeb1367e81ca683d3feaa8a19851671a (diff)
parentab72e3ca11b3e8d45fbd5e3fdee4a5dac123143c (diff)
downloadnixlib-8876723fed07ce59305da7fff8467c89c5b5291e.tar
nixlib-8876723fed07ce59305da7fff8467c89c5b5291e.tar.gz
nixlib-8876723fed07ce59305da7fff8467c89c5b5291e.tar.bz2
nixlib-8876723fed07ce59305da7fff8467c89c5b5291e.tar.lz
nixlib-8876723fed07ce59305da7fff8467c89c5b5291e.tar.xz
nixlib-8876723fed07ce59305da7fff8467c89c5b5291e.tar.zst
nixlib-8876723fed07ce59305da7fff8467c89c5b5291e.zip
Merge pull request #270862 from r-ryantm/auto-update/devspace
devspace: 6.3.4 -> 6.3.5
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/tools/misc/devspace/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/misc/devspace/default.nix b/pkgs/development/tools/misc/devspace/default.nix
index 13a689c61cb4..04c5cb0a83e4 100644
--- a/pkgs/development/tools/misc/devspace/default.nix
+++ b/pkgs/development/tools/misc/devspace/default.nix
@@ -7,13 +7,13 @@
 
 buildGoModule rec {
   pname = "devspace";
-  version = "6.3.4";
+  version = "6.3.5";
 
   src = fetchFromGitHub {
     owner = "devspace-sh";
     repo = "devspace";
     rev = "v${version}";
-    hash = "sha256-AKEa9LDe1bLJxJH5k4axALoWkTh+bkBviCpof7x7+fY=";
+    hash = "sha256-hfUs+tCu0HW0mqUZVyJFyp9fneTsolpf6BjshA5FHQQ=";
   };
 
   vendorHash = null;