devspace: 6.1.0 -> 6.1.1

This commit is contained in:
R. Ryantm 2022-09-15 08:38:52 +00:00
parent ee55809e31
commit ff33fc8e78

View file

@ -6,13 +6,13 @@
buildGoModule rec {
pname = "devspace";
version = "6.1.0";
version = "6.1.1";
src = fetchFromGitHub {
owner = "loft-sh";
repo = "devspace";
rev = "v${version}";
sha256 = "sha256-pbI49oklxTu02YNIA1uxcDqWwGf3LaKipErDHCVxRRc=";
sha256 = "sha256-2LSRmTWbG7sxV5e6N44HAPdqIL/O2UxcnuHXmbTooWs=";
};
vendorSha256 = null;