Unverified Commit 2c906c29 authored by figsoda's avatar figsoda Committed by GitHub
Browse files

Merge pull request #191295 from r-ryantm/auto-update/devspace

devspace: 6.1.0 -> 6.1.1
parents 60e0f368 ff33fc8e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;