Merge pull request #216558 from r-ryantm/auto-update/netplan
netplan: 0.105 -> 0.106
This commit is contained in:
commit
6342746d6c
@ -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
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user