gns3-server: 2.2.51 -> 2.2.54

fixes build with newer async-timeout
This commit is contained in:
Leona Maroni
2025-11-16 10:33:59 +01:00
parent 77faa10d7d
commit dd32c973c2

View File

@@ -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=";
};
}