gns3-gui: 2.2.45 -> 2.2.46
https://github.com/GNS3/gns3-gui/releases/tag/v2.2.46 https://github.com/GNS3/gns3-gui/compare/v2.2.45...v2.2.46
This commit is contained in:
parent
cff7262be7
commit
3485030d6f
2 changed files with 5 additions and 5 deletions
|
@ -12,14 +12,14 @@ in {
|
||||||
|
|
||||||
guiStable = mkGui {
|
guiStable = mkGui {
|
||||||
channel = "stable";
|
channel = "stable";
|
||||||
version = "2.2.45";
|
version = "2.2.46";
|
||||||
hash = "sha256-SMnhPz5zTPtidy/BIvauDM60WgDLG+NIr9rdUrQhz0A=";
|
hash = "sha256-i/Eq66dYDGR4RLJ76ZlKruhU0KC9KlMMf8Wb91ZoyY0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
guiPreview = mkGui {
|
guiPreview = mkGui {
|
||||||
channel = "stable";
|
channel = "stable";
|
||||||
version = "2.2.45";
|
version = "2.2.46";
|
||||||
hash = "sha256-SMnhPz5zTPtidy/BIvauDM60WgDLG+NIr9rdUrQhz0A=";
|
hash = "sha256-i/Eq66dYDGR4RLJ76ZlKruhU0KC9KlMMf8Wb91ZoyY0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
serverStable = mkServer {
|
serverStable = mkServer {
|
||||||
|
|
|
@ -20,7 +20,7 @@ python3.pkgs.buildPythonApplication rec {
|
||||||
inherit hash;
|
inherit hash;
|
||||||
owner = "GNS3";
|
owner = "GNS3";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = with python3.pkgs; [
|
nativeBuildInputs = with python3.pkgs; [
|
||||||
|
|
Loading…
Reference in a new issue