gns3-server: 2.2.46 -> 2.2.47

This commit is contained in:
Anthony Roussel 2024-06-06 13:03:22 +02:00
parent 4082c0d439
commit 773fb3e21d
No known key found for this signature in database
GPG Key ID: 9DC4987B1A55E75E

View File

@ -24,13 +24,13 @@ in {
serverStable = mkServer {
channel = "stable";
version = "2.2.46";
hash = "sha256-A6rAhc/EGvbqVdg1jXxNX3bKQLcGurqa7hKh9LvH+es=";
version = "2.2.47";
hash = "sha256-iZ/1qACPLe7r1cZMhJbFRjVt/FlVgadBgp9tJwvYSi0=";
};
serverPreview = mkServer {
channel = "stable";
version = "2.2.46";
hash = "sha256-A6rAhc/EGvbqVdg1jXxNX3bKQLcGurqa7hKh9LvH+es=";
version = "2.2.47";
hash = "sha256-iZ/1qACPLe7r1cZMhJbFRjVt/FlVgadBgp9tJwvYSi0=";
};
}