devspace: 6.3.13 -> 6.3.14

This commit is contained in:
R. Ryantm
2024-10-10 07:34:17 +00:00
parent 9ee9cac888
commit d387d76e95
@@ -7,13 +7,13 @@
buildGoModule rec {
pname = "devspace";
version = "6.3.13";
version = "6.3.14";
src = fetchFromGitHub {
owner = "devspace-sh";
repo = "devspace";
rev = "v${version}";
hash = "sha256-MWFDAyr4oHBe1K9ag5mC3iJAyJgs3ePa6W9//6T2G9A=";
hash = "sha256-Qdx7x42QKfyEu2PB350mek2MwYO/ClFAwKC9UHftaKE=";
};
vendorHash = null;