Unverified Commit ba5492f3 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #296004 from anthonyroussel/upgrade-gns3

gns3-server: 2.2.45 -> 2.2.46, gns3-gui: 2.2.45 -> 2.2.46
parents 5e8f5500 82b4e7ab
Loading
Loading
Loading
Loading
+8 −8
Original line number Diff line number Diff line
@@ -12,25 +12,25 @@ in {

  guiStable = mkGui {
    channel = "stable";
    version = "2.2.45";
    hash = "sha256-SMnhPz5zTPtidy/BIvauDM60WgDLG+NIr9rdUrQhz0A=";
    version = "2.2.46";
    hash = "sha256-i/Eq66dYDGR4RLJ76ZlKruhU0KC9KlMMf8Wb91ZoyY0=";
  };

  guiPreview = mkGui {
    channel = "stable";
    version = "2.2.45";
    hash = "sha256-SMnhPz5zTPtidy/BIvauDM60WgDLG+NIr9rdUrQhz0A=";
    version = "2.2.46";
    hash = "sha256-i/Eq66dYDGR4RLJ76ZlKruhU0KC9KlMMf8Wb91ZoyY0=";
  };

  serverStable = mkServer {
    channel = "stable";
    version = "2.2.45";
    hash = "sha256-1GwhZEPfRW1e+enJipy7YOnA4QzeqZ7aCG92GrsZhms=";
    version = "2.2.46";
    hash = "sha256-A6rAhc/EGvbqVdg1jXxNX3bKQLcGurqa7hKh9LvH+es=";
  };

  serverPreview = mkServer {
    channel = "stable";
    version = "2.2.45";
    hash = "sha256-1GwhZEPfRW1e+enJipy7YOnA4QzeqZ7aCG92GrsZhms=";
    version = "2.2.46";
    hash = "sha256-A6rAhc/EGvbqVdg1jXxNX3bKQLcGurqa7hKh9LvH+es=";
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@ python3.pkgs.buildPythonApplication rec {
    inherit hash;
    owner = "GNS3";
    repo = pname;
    rev = "v${version}";
    rev = "refs/tags/v${version}";
  };

  nativeBuildInputs = with python3.pkgs; [