Merge pull request #289470 from r-ryantm/auto-update/devspace

devspace: 6.3.10 -> 6.3.11
This commit is contained in:
Nick Cao 2024-02-17 10:00:24 -05:00 committed by GitHub
commit 2f92ed11f3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,13 +7,13 @@
buildGoModule rec {
pname = "devspace";
version = "6.3.10";
version = "6.3.11";
src = fetchFromGitHub {
owner = "devspace-sh";
repo = "devspace";
rev = "v${version}";
hash = "sha256-ExVetF5YP9gf5ifBsdPow7KA867+4iOxe/0OwZwctoc=";
hash = "sha256-g+M34y7GTbQ8FyO4BieNYgo68ZE5x3hyXiMJrx6Nqug=";
};
vendorHash = null;