mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 19:21:04 +00:00
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:
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=";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue