Merge pull request #210348 from DarkOnion0/devspace

devspace: 6.2.3 -> 6.2.4
This commit is contained in:
Mario Rodas 2023-01-12 20:00:28 -05:00 committed by GitHub
commit a83c6fb718
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.3";
version = "6.2.4";
src = fetchFromGitHub {
owner = "loft-sh";
repo = "devspace";
rev = "v${version}";
sha256 = "sha256-AaEShzCdDcYCFXZRqr+Q98xsh5Ml7pcwcqIzGEa11oo=";
sha256 = "sha256-Y2MFxceOS3H4Ya0EupgQqtOnkhEk6DXbg6rix3J9OtM=";
};
vendorSha256 = null;