devspace: 6.1.1 -> 6.2.1

This commit is contained in:
DarkOnion0 2022-12-01 18:43:23 +01:00
parent d2c12ae036
commit 5e507e6291
No known key found for this signature in database
GPG key ID: 852A39E50BA9083B

View file

@ -1,18 +1,17 @@
{
lib,
buildGoModule,
fetchFromGitHub
{ lib
, buildGoModule
, fetchFromGitHub
}:
buildGoModule rec {
pname = "devspace";
version = "6.1.1";
version = "6.2.1";
src = fetchFromGitHub {
owner = "loft-sh";
repo = "devspace";
rev = "v${version}";
sha256 = "sha256-2LSRmTWbG7sxV5e6N44HAPdqIL/O2UxcnuHXmbTooWs=";
sha256 = "sha256-V/LaK4pzML5tYaT5YBMsYgzGzsoJ6tkAOo2mGlEkJWQ=";
};
vendorSha256 = null;