devspace: 6.0.1 -> 6.1.0

This commit is contained in:
DarkOnion0 2022-09-09 21:44:45 +02:00
parent 8c76ca1049
commit d7292372c6
No known key found for this signature in database
GPG Key ID: 852A39E50BA9083B

View File

@ -6,13 +6,13 @@
buildGoModule rec {
pname = "devspace";
version = "6.0.1";
version = "6.1.0";
src = fetchFromGitHub {
owner = "loft-sh";
repo = "devspace";
rev = "v${version}";
sha256 = "sha256-YT/DGxdsMXjCp908U2jfkQpDBPCTNjObdeIj06Bum/U=";
sha256 = "sha256-pbI49oklxTu02YNIA1uxcDqWwGf3LaKipErDHCVxRRc=";
};
vendorSha256 = null;