Unverified Commit 56e46513 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

kubeswitch: 0.9.1 -> 0.9.2 (#352774)

parents 3d249ce2 125523e3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

buildGoModule rec {
  pname = "kubeswitch";
  version = "0.9.1";
  version = "0.9.2";

  src = fetchFromGitHub {
    owner = "danielfoehrKn";
    repo = "kubeswitch";
    rev = version;
    hash = "sha256-cvMTuiXSpx+ZicN1P3JjGExzW7d51nN1YIpsGArXHzw=";
    hash = "sha256-P6pMT3TzY5CKFEQZMiwVeOuOCx6/SUpacKAcgjCeE5w=";
  };

  vendorHash = null;