Unverified Commit 3422842f authored by Thiago Kenji Okada's avatar Thiago Kenji Okada Committed by GitHub
Browse files

k9s: 0.40.10 -> 0.50.3 (#398938)

parents 83e1e292 9bbf8701
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -12,13 +12,13 @@

buildGoModule rec {
  pname = "k9s";
  version = "0.40.10";
  version = "0.50.3";

  src = fetchFromGitHub {
    owner = "derailed";
    repo = "k9s";
    rev = "v${version}";
    hash = "sha256-QGymGiTHT3Qnf9l/hhE3lgJ7TBBjKMe2k1aJ32khU0E=";
    hash = "sha256-kv52OcQqi88kdGuWjZxE3+tSANOpTSbATrmJitUUicA=";
  };

  ldflags = [
@@ -33,7 +33,7 @@ buildGoModule rec {

  proxyVendor = true;

  vendorHash = "sha256-jAxrOdQcMIH7uECKGuuiTZlyV4aJ/a76IuKGouWg/r4=";
  vendorHash = "sha256-FliIL1yMEvsvrjemaV5B++6OBQMXU/9EvBD1hiEwnnw=";

  # TODO investigate why some config tests are failing
  doCheck = !(stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isAarch64);