gns3-server: 2.2.51 -> 2.2.54
fixes build with newer async-timeout
This commit is contained in:
@@ -27,13 +27,13 @@ in
|
|||||||
|
|
||||||
serverStable = mkServer {
|
serverStable = mkServer {
|
||||||
channel = "stable";
|
channel = "stable";
|
||||||
version = "2.2.51";
|
version = "2.2.54";
|
||||||
hash = "sha256-Yw6RvHZzVU2wWXVxvuIu7GLFyqjakwqJ0EV6H0ZdVcQ=";
|
hash = "sha256-ih/9zIJtex9ikZ4oCuyYEjZ3U/BtxDojOz6FnJ0HOYU=";
|
||||||
};
|
};
|
||||||
|
|
||||||
serverPreview = mkServer {
|
serverPreview = mkServer {
|
||||||
channel = "stable";
|
channel = "stable";
|
||||||
version = "2.2.51";
|
version = "2.2.54";
|
||||||
hash = "sha256-Yw6RvHZzVU2wWXVxvuIu7GLFyqjakwqJ0EV6H0ZdVcQ=";
|
hash = "sha256-ih/9zIJtex9ikZ4oCuyYEjZ3U/BtxDojOz6FnJ0HOYU=";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user