Unverified Commit dd32c973 authored by Leona Maroni's avatar Leona Maroni
Browse files

gns3-server: 2.2.51 -> 2.2.54

fixes build with newer async-timeout
parent 77faa10d
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -27,13 +27,13 @@ in

  serverStable = mkServer {
    channel = "stable";
    version = "2.2.51";
    hash = "sha256-Yw6RvHZzVU2wWXVxvuIu7GLFyqjakwqJ0EV6H0ZdVcQ=";
    version = "2.2.54";
    hash = "sha256-ih/9zIJtex9ikZ4oCuyYEjZ3U/BtxDojOz6FnJ0HOYU=";
  };

  serverPreview = mkServer {
    channel = "stable";
    version = "2.2.51";
    hash = "sha256-Yw6RvHZzVU2wWXVxvuIu7GLFyqjakwqJ0EV6H0ZdVcQ=";
    version = "2.2.54";
    hash = "sha256-ih/9zIJtex9ikZ4oCuyYEjZ3U/BtxDojOz6FnJ0HOYU=";
  };
}