Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: f0959a7b0c4d
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: cf096a678005
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Apr 5, 2020

  1. kubie: 0.7.1 -> 0.7.3

    r-ryantm committed Apr 5, 2020
    Copy the full SHA
    72fc9fa View commit details
  2. Merge pull request #84304 from r-ryantm/auto-update/kubie

    kubie: 0.7.1 -> 0.7.3
    marsam authored Apr 5, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    cf096a6 View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/development/tools/kubie/default.nix
6 changes: 3 additions & 3 deletions pkgs/development/tools/kubie/default.nix
Original file line number Diff line number Diff line change
@@ -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 =