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

netplan: 0.106 -> 0.106.1
This commit is contained in:
figsoda
2023-06-01 09:28:57 -04:00
committed by GitHub
+2 -2
View File
@@ -13,13 +13,13 @@
stdenv.mkDerivation rec {
pname = "netplan";
version = "0.106";
version = "0.106.1";
src = fetchFromGitHub {
owner = "canonical";
repo = "netplan";
rev = version;
hash = "sha256-oKHnhUEYdWutkkL8hbSX43+6qzlts1vqxrr/L42VztY=";
hash = "sha256-wQ4gd9+9YU92WGRMjSiF/zLCGxhaSl8s22pH1jr+Mm0=";
};
nativeBuildInputs = [