netplan: 0.106 -> 0.106.1

This commit is contained in:
R. Ryantm 2023-06-01 02:14:09 +00:00
parent a11f65c777
commit 4ec4f73bef

View file

@ -13,13 +13,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "netplan"; pname = "netplan";
version = "0.106"; version = "0.106.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "canonical"; owner = "canonical";
repo = "netplan"; repo = "netplan";
rev = version; rev = version;
hash = "sha256-oKHnhUEYdWutkkL8hbSX43+6qzlts1vqxrr/L42VztY="; hash = "sha256-wQ4gd9+9YU92WGRMjSiF/zLCGxhaSl8s22pH1jr+Mm0=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [