Anthony Roussel
2024-03-14 23:37:25 +01:00
parent cff7262be7
commit 3485030d6f
2 changed files with 5 additions and 5 deletions
@@ -12,14 +12,14 @@ 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 {
+1 -1
View File
@@ -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; [