Commit 104f4ee0 authored by R. RyanTM's avatar R. RyanTM
Browse files

kubectl-evict-pod: 0.0.13 -> 0.0.14

parent 0c7aafc7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

buildGoModule rec {
  pname = "kubectl-evict-pod";
  version = "0.0.13";
  version = "0.0.14";

  src = fetchFromGitHub {
    owner = "rajatjindal";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-yA88GDcu1Sg8d5RCC4yiDPYZPxDSnke/4X7nSBSGf88=";
    sha256 = "sha256-Z1NIueonjyO2GHulBbXbsQtX7V/Z95GUoZv9AqjLIR0=";
  };

  vendorHash = null;