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

kubie: 0.7.1 -> 0.7.3
This commit is contained in:
Mario Rodas 2020-04-04 21:44:55 -05:00 committed by GitHub
commit cf096a6780
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,16 +4,16 @@ with rustPlatform;
buildRustPackage rec {
pname = "kubie";
version = "0.7.1";
version = "0.7.3";
src = fetchFromGitHub {
rev = "v${version}";
owner = "sbstp";
repo = "kubie";
sha256 = "0c94ggrkzyy8zl2z5r4pgfscyhcjp4x64k3bl2byqp3ysgjwkjqx";
sha256 = "186h5fng16gwqhsy2nxswbrrxsx0ysqrb4pqznyygbiz5cd9bgxp";
};
cargoSha256 = "1lzyda838s9fmg8hibg2w2wszwyvvqsy20w9877skfcx370rvndi";
cargoSha256 = "1yllpi8dp1fy39z4zmhyf1hdjpl62vwh8b8qlj0g778qsdrm9p98";
meta = with stdenv.lib; {
description =