Anthony Roussel 2024-03-14 23:36:13 +01:00
parent cff7262be7
commit 3485030d6f
No known key found for this signature in database
GPG key ID: 9DC4987B1A55E75E
2 changed files with 5 additions and 5 deletions

View file

@ -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 {

View file

@ -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; [