Unverified Commit 874d97c4 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

devspace: 6.3.16 -> 6.3.17 (#435710)

parents ced7631c 0e24e32c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

buildGoModule rec {
  pname = "devspace";
  version = "6.3.16";
  version = "6.3.17";

  src = fetchFromGitHub {
    owner = "devspace-sh";
    repo = "devspace";
    rev = "v${version}";
    hash = "sha256-MkH38rzeHnw3kf7HEPFVJIUzm+dcmplD92+tw4dyOyE=";
    hash = "sha256-b0eRiPt4g8JEoQPdl3qXsEXuYIy+VvVBU8/cPIqW/20=";
  };

  vendorHash = null;