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: 7cc52df39e93
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0c6fc3c05e1d
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Nov 23, 2020

  1. kube3d: 3.2.1 -> 3.3.0

    06kellyjac committed Nov 23, 2020
    Copy the full SHA
    4ef6aae View commit details

Commits on Nov 24, 2020

  1. Merge pull request #104681 from 06kellyjac/kube3d

    kube3d: 3.2.1 -> 3.3.0
    prusnak authored Nov 24, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    0c6fc3c View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/applications/networking/cluster/kube3d/default.nix
6 changes: 3 additions & 3 deletions pkgs/applications/networking/cluster/kube3d/default.nix
Original file line number Diff line number Diff line change
@@ -2,16 +2,16 @@

buildGoModule rec {
pname = "kube3d";
version = "3.2.1";
k3sVersion = "1.18.9-k3s1";
version = "3.3.0";
k3sVersion = "1.19.3-k3s3";

excludedPackages = ''tools'';

src = fetchFromGitHub {
owner = "rancher";
repo = "k3d";
rev = "v${version}";
sha256 = "1910vir9yc3xvb23260xljnfpznyhnk4gddy752rrndz7rk1b5c3";
sha256 = "1pq5x4fyn98f01mzfjv335gx29c61zd85qc5vhx9rk27hi825ima";
};

buildFlagsArray = ''