Unverified Commit 6342746d authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #216558 from r-ryantm/auto-update/netplan

netplan: 0.105 -> 0.106
parents c901976e 331cc62f
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -13,13 +13,13 @@

stdenv.mkDerivation rec {
  pname = "netplan";
  version = "0.105";
  version = "0.106";

  src = fetchFromGitHub {
    owner = "canonical";
    repo = "netplan";
    rev = version;
    hash = "sha256-77vUZU9JG9Dz/5n4DpcAUS77UqfIILXhZHgBogIb400=";
    hash = "sha256-oKHnhUEYdWutkkL8hbSX43+6qzlts1vqxrr/L42VztY=";
  };

  nativeBuildInputs = [
@@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
    systemd
    glib
    libyaml
    (python3.withPackages (p: with p; [ pyyaml netifaces ]))
    (python3.withPackages (p: with p; [ pyyaml netifaces dbus-python rich ]))
    libuuid
    bash-completion
  ];