Merge pull request #203968 from DarkOnion0/devspace

devspace: 6.1.1 -> 6.2.1
This commit is contained in:
Mario Rodas 2022-12-03 07:21:53 -05:00 committed by GitHub
commit 02ebd8556c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;