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

netplan: 0.105 -> 0.106
This commit is contained in:
Weijia Wang 2023-05-24 16:58:59 +03:00 committed by GitHub
commit 6342746d6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
];