gns3-{gui,server}: 2.2.50 -> 2.2.51 (#356889)
This commit is contained in:
@@ -12,25 +12,26 @@ in
|
|||||||
{
|
{
|
||||||
guiStable = mkGui {
|
guiStable = mkGui {
|
||||||
channel = "stable";
|
channel = "stable";
|
||||||
version = "2.2.50";
|
version = "2.2.51";
|
||||||
hash = "sha256-A6aLp/fN/0u5VIOX6d0QrZ2zWuNPvhI1xfw7cKU9jRA=";
|
hash = "sha256-HXuhaJEcr33qYm2v/wFqnO7Ba4lyZgSzvh6dkNZX9XI=";
|
||||||
};
|
};
|
||||||
|
|
||||||
guiPreview = mkGui {
|
guiPreview = mkGui {
|
||||||
channel = "stable";
|
channel = "stable";
|
||||||
version = "2.2.50";
|
version = "2.2.51";
|
||||||
hash = "sha256-A6aLp/fN/0u5VIOX6d0QrZ2zWuNPvhI1xfw7cKU9jRA=";
|
hash = "sha256-HXuhaJEcr33qYm2v/wFqnO7Ba4lyZgSzvh6dkNZX9XI=";
|
||||||
};
|
};
|
||||||
|
|
||||||
serverStable = mkServer {
|
serverStable = mkServer {
|
||||||
channel = "stable";
|
channel = "stable";
|
||||||
version = "2.2.50";
|
version = "2.2.51";
|
||||||
hash = "sha256-m5Od3IPn31JaFOtilKh79aISH4lRd+KatSLRqsF8n4Y=";
|
hash = "sha256-Yw6RvHZzVU2wWXVxvuIu7GLFyqjakwqJ0EV6H0ZdVcQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
serverPreview = mkServer {
|
serverPreview = mkServer {
|
||||||
channel = "stable";
|
channel = "stable";
|
||||||
version = "2.2.50";
|
version = "2.2.51";
|
||||||
hash = "sha256-m5Od3IPn31JaFOtilKh79aISH4lRd+KatSLRqsF8n4Y=";
|
hash = "sha256-Yw6RvHZzVU2wWXVxvuIu7GLFyqjakwqJ0EV6H0ZdVcQ=";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user