Commit 75420e40 authored by R. RyanTM's avatar R. RyanTM
Browse files

netplan: 0.105 -> 0.106

parent 4f1b2d51
Loading
Loading
Loading
Loading
+2 −2
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 = [