Unverified Commit 02ebd855 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #203968 from DarkOnion0/devspace

devspace: 6.1.1 -> 6.2.1
parents 94b24582 5e507e62
Loading
Loading
Loading
Loading
+5 −6
Original line number Diff line number Diff line
{
  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;