Merge pull request #209138 from DarkOnion0/devspace

devspace: 6.2.2 -> 6.2.3
This commit is contained in:
Mario Rodas 2023-01-05 08:48:29 -05:00 committed by GitHub
commit 9d8172b940
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,13 +5,13 @@
buildGoModule rec {
pname = "devspace";
version = "6.2.2";
version = "6.2.3";
src = fetchFromGitHub {
owner = "loft-sh";
repo = "devspace";
rev = "v${version}";
sha256 = "sha256-eET7Q0UvpvmPPgnrc6tX69dYhrsO2bsyzFkAJyp9FLg=";
sha256 = "sha256-AaEShzCdDcYCFXZRqr+Q98xsh5Ml7pcwcqIzGEa11oo=";
};
vendorSha256 = null;