Commit a88fa29c authored by QJoly's avatar QJoly Committed by Anderson Torres
Browse files

arkade: 0.9.23 -> 0.9.26

 Also, add qjoly as maintainer

sha256 -> hash
parent 11dbfb44
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -7,20 +7,20 @@

buildGoModule rec {
  pname = "arkade";
  version = "0.9.23";
  version = "0.9.26";

  src = fetchFromGitHub {
    owner = "alexellis";
    repo = "arkade";
    rev = version;
    sha256 = "sha256-opq6XurS3hWI7U3fukTy2VdxxVJAO16mCjd6CZyAJ1w=";
    hash = "sha256-difvEmFfwH7+d2qAcNwTcydP0WHDvHkOSXilaWLrHoM=";
  };

  CGO_ENABLED = 0;

  nativeBuildInputs = [ installShellFiles ];

  vendorHash = "sha256-cI/Q6eeLw3oJtEHNcFvl5nq+x4dSJUDI/BdLkMzkncs=";
  vendorHash = "sha256-bWiBY3Bo/FpipUHhbsbPNLKxvJF7L0tpuPi0Cb0firU=";

  # Exclude pkg/get: tests downloading of binaries which fail when sandbox=true
  subPackages = [
@@ -52,6 +52,6 @@ buildGoModule rec {
    homepage = "https://github.com/alexellis/arkade";
    description = "Open Source Kubernetes Marketplace";
    license = licenses.mit;
    maintainers = with maintainers; [ welteki techknowlogick ];
    maintainers = with maintainers; [ welteki techknowlogick qjoly ];
  };
}