gns3Packages.{server,gui}Preview: 2.2.0a3 -> 2.2.0a4

This commit is contained in:
Michael Weiss 2019-04-07 11:39:51 +02:00
parent 3b1bd0a83f
commit f370671c9a
No known key found for this signature in database
GPG Key ID: 5BE487C4D4771D83

View File

@ -2,7 +2,7 @@
let
stableVersion = "2.1.15";
previewVersion = "2.2.0a3";
previewVersion = "2.2.0a4";
addVersion = args:
let version = if args.stable then stableVersion else previewVersion;
branch = if args.stable then "stable" else "preview";
@ -18,7 +18,7 @@ in {
};
guiPreview = mkGui {
stable = false;
sha256Hash = "110mghkhanz92p8vfzyh4199mnihb24smxsc44a8v534ds6hww74";
sha256Hash = "1a64c314v7mbaiipyap2skqgf69pyp1ld58cn2g3d89w2zrhf5q7";
};
serverStable = mkServer {
@ -27,6 +27,6 @@ in {
};
serverPreview = mkServer {
stable = false;
sha256Hash = "104pvrba7n9gp7mx31xg520cfahcy0vsmbzx23007c50kp0nxc56";
sha256Hash = "1jlz8a34q3s1sz9r6swh3jnlp96602axnvh1byywry5fb9ga8mfy";
};
}