devspace: 6.2.3 -> 6.2.4

This commit is contained in:
DarkOnion0 2023-01-12 13:32:25 +01:00
parent 764b725c35
commit f254d15228
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.3";
version = "6.2.4";
src = fetchFromGitHub {
owner = "loft-sh";
repo = "devspace";
rev = "v${version}";
sha256 = "sha256-AaEShzCdDcYCFXZRqr+Q98xsh5Ml7pcwcqIzGEa11oo=";
sha256 = "sha256-Y2MFxceOS3H4Ya0EupgQqtOnkhEk6DXbg6rix3J9OtM=";
};
vendorSha256 = null;