Merge pull request #190550 from DarkOnion0/devspace

This commit is contained in:
Sandro
2022-09-10 00:45:09 +02:00
committed by GitHub
@@ -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;