gns3-server: 2.2.49 -> 2.2.50

https://github.com/GNS3/gns3-server/compare/v2.2.49...v2.2.50
This commit is contained in:
Anthony ROUSSEL
2024-10-28 19:56:31 +01:00
committed by Anthony Roussel
parent 0dacc47bfc
commit bea1e3dc44
@@ -24,13 +24,13 @@ in
serverStable = mkServer {
channel = "stable";
version = "2.2.49";
hash = "sha256-fI49MxA6b2kPkUihLl32a6jo8oHcEwDEjmvSVDj8/So=";
version = "2.2.50";
hash = "sha256-m5Od3IPn31JaFOtilKh79aISH4lRd+KatSLRqsF8n4Y=";
};
serverPreview = mkServer {
channel = "stable";
version = "2.2.49";
hash = "sha256-fI49MxA6b2kPkUihLl32a6jo8oHcEwDEjmvSVDj8/So=";
version = "2.2.50";
hash = "sha256-m5Od3IPn31JaFOtilKh79aISH4lRd+KatSLRqsF8n4Y=";
};
}