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
lib, , buildGoModule
buildGoModule, , fetchFromGitHub
fetchFromGitHub
}: }:
buildGoModule rec { buildGoModule rec {
pname = "devspace"; pname = "devspace";
version = "6.1.1"; version = "6.2.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "loft-sh"; owner = "loft-sh";
repo = "devspace"; repo = "devspace";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-2LSRmTWbG7sxV5e6N44HAPdqIL/O2UxcnuHXmbTooWs="; sha256 = "sha256-V/LaK4pzML5tYaT5YBMsYgzGzsoJ6tkAOo2mGlEkJWQ=";
}; };
vendorSha256 = null; vendorSha256 = null;