Unverified Commit 23768179 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #200111 from r-ryantm/auto-update/kubie

kubie: 0.19.0 -> 0.19.1
parents 8b79a369 27d20670
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,16 +2,16 @@

rustPlatform.buildRustPackage rec {
  pname = "kubie";
  version = "0.19.0";
  version = "0.19.1";

  src = fetchFromGitHub {
    rev = "v${version}";
    owner = "sbstp";
    repo = "kubie";
    sha256 = "sha256-K7zoohyVBnRMqwpizBs+wlN/gkgGjBHNk1cwxY7P3Hs=";
    sha256 = "sha256-tZ4qa48I/J62bqc9eoSSpTrJjU+LpweF/kI1TMiFrEY=";
  };

  cargoSha256 = "sha256-feNmtUkpN+RdMrvF2ZY2BcZ0p8qEqw6Hr+p4be3YavA=";
  cargoSha256 = "sha256-WpX1wkMPtUwT6KOi0Bij1tzGlDhti828wBSfzpXuZaY=";

  nativeBuildInputs = [ installShellFiles ];