devspace: 6.2.2 -> 6.2.3

This commit is contained in:
DarkOnion0 2023-01-05 08:52:02 +01:00
parent 17b0cf40e3
commit 0118c319c4
No known key found for this signature in database
GPG Key ID: 852A39E50BA9083B

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;